diff --git a/assets/images/png/full_body_back_female.png b/assets/images/png/full_body_back_female.png index 9b3aa74d..b1ea5cac 100644 Binary files a/assets/images/png/full_body_back_female.png and b/assets/images/png/full_body_back_female.png differ diff --git a/assets/images/png/full_body_back_male.png b/assets/images/png/full_body_back_male.png index 2eda5e8f..73a0b8b3 100644 Binary files a/assets/images/png/full_body_back_male.png and b/assets/images/png/full_body_back_male.png differ diff --git a/assets/images/png/full_body_front_female.png b/assets/images/png/full_body_front_female.png index c89608b0..68ce3738 100644 Binary files a/assets/images/png/full_body_front_female.png and b/assets/images/png/full_body_front_female.png differ diff --git a/assets/images/png/full_body_front_male.png b/assets/images/png/full_body_front_male.png index d1f34b4e..01e603a4 100644 Binary files a/assets/images/png/full_body_front_male.png and b/assets/images/png/full_body_front_male.png differ diff --git a/lib/presentation/book_appointment/book_appointment_page.dart b/lib/presentation/book_appointment/book_appointment_page.dart index b171f26a..5684b163 100644 --- a/lib/presentation/book_appointment/book_appointment_page.dart +++ b/lib/presentation/book_appointment/book_appointment_page.dart @@ -414,7 +414,7 @@ class _BookAppointmentPageState extends State { crossAxisAlignment: CrossAxisAlignment.center, children: [ Utils.buildSvgWithAssets(icon: AppAssets.add_new_family_icon, height: 64.h, width: 64.h), - SizedBox(width: 80.w, child: LocaleKeys.addNewFavorite.tr(context: context).toText12(color: AppColors.textColor, fontWeight: FontWeight.w500, isCenter: true).paddingOnly(top: 4.h)), + SizedBox(width: 80.w, child: LocaleKeys.add.tr(context: context).toText12(color: AppColors.textColor, fontWeight: FontWeight.w500, isCenter: true).paddingOnly(top: 4.h)), ], ).onPress(() { Navigator.of(context).push(CustomPageRoute(page: SearchDoctorByName())); diff --git a/lib/presentation/profile_settings/profile_settings.dart b/lib/presentation/profile_settings/profile_settings.dart index fd88c049..1b40a156 100644 --- a/lib/presentation/profile_settings/profile_settings.dart +++ b/lib/presentation/profile_settings/profile_settings.dart @@ -218,7 +218,7 @@ class ProfileSettingsState extends State { Container( margin: EdgeInsets.only(left: 24.w, right: 24.w, top: 16.h, bottom: 24.h), padding: EdgeInsets.only(top: 4.h, bottom: 4.h), - decoration: RoundedRectangleBorder().toSmoothCornerDecoration(color: AppColors.whiteColor, borderRadius: 24.r, hasShadow: true), + decoration: RoundedRectangleBorder().toSmoothCornerDecoration(color: AppColors.whiteColor, borderRadius: 24.r, hasShadow: false), child: Column( children: [ actionItem(AppAssets.language_change, LocaleKeys.language.tr(context: context), () { @@ -251,7 +251,7 @@ class ProfileSettingsState extends State { Container( margin: EdgeInsets.only(left: 24.w, right: 24.w, top: 16.h, bottom: 24.h), padding: EdgeInsets.only(top: 4.h, bottom: 4.h), - decoration: RoundedRectangleBorder().toSmoothCornerDecoration(color: AppColors.whiteColor, borderRadius: 24.r, hasShadow: true), + decoration: RoundedRectangleBorder().toSmoothCornerDecoration(color: AppColors.whiteColor, borderRadius: 24.r, hasShadow: false), child: Column( children: [ actionItem(AppAssets.email_transparent, LocaleKeys.updateEmailAddress.tr(context: context), () { @@ -292,7 +292,7 @@ class ProfileSettingsState extends State { Container( margin: EdgeInsets.only(left: 24.w, right: 24.w, top: 16.h), padding: EdgeInsets.only(top: 4.h, bottom: 4.h), - decoration: RoundedRectangleBorder().toSmoothCornerDecoration(color: AppColors.whiteColor, borderRadius: 24.r, hasShadow: true), + decoration: RoundedRectangleBorder().toSmoothCornerDecoration(color: AppColors.whiteColor, borderRadius: 24.r, hasShadow: false), child: Column( children: [ actionItem(AppAssets.call_fill, LocaleKeys.contactUs.tr(context: context), () {