contact us bottom sheet icons changed

pull/188/head
haroon amjad 1 month ago
parent 4b710523e8
commit c6ee3c453f

@ -34,7 +34,7 @@ class ContactUs extends StatelessWidget {
return Column( return Column(
children: [ children: [
checkInOptionCard( checkInOptionCard(
AppAssets.checkin_location_icon, AppAssets.location,
LocaleKeys.findUs.tr(), LocaleKeys.findUs.tr(),
LocaleKeys.viewNearestHMGLocations.tr(), LocaleKeys.viewNearestHMGLocations.tr(),
).onPress(() { ).onPress(() {
@ -50,7 +50,7 @@ class ContactUs extends StatelessWidget {
}), }),
SizedBox(height: 16.h), SizedBox(height: 16.h),
checkInOptionCard( checkInOptionCard(
AppAssets.checkin_location_icon, AppAssets.feedbackFill,
LocaleKeys.feedback.tr(), LocaleKeys.feedback.tr(),
LocaleKeys.provideFeedbackOnServices.tr(), LocaleKeys.provideFeedbackOnServices.tr(),
).onPress(() { ).onPress(() {
@ -67,7 +67,7 @@ class ContactUs extends StatelessWidget {
}), }),
SizedBox(height: 16.h), SizedBox(height: 16.h),
checkInOptionCard( checkInOptionCard(
AppAssets.checkin_location_icon, AppAssets.ask_doctor_icon,
LocaleKeys.liveChat.tr(), LocaleKeys.liveChat.tr(),
LocaleKeys.liveChatWithHMG.tr(), LocaleKeys.liveChatWithHMG.tr(),
).onPress(() { ).onPress(() {
@ -95,7 +95,7 @@ class ContactUs extends StatelessWidget {
child: Column( child: Column(
crossAxisAlignment: CrossAxisAlignment.start, crossAxisAlignment: CrossAxisAlignment.start,
children: [ children: [
Utils.buildSvgWithAssets(icon: icon, width: 40.h, height: 40.h, fit: BoxFit.fill), Utils.buildSvgWithAssets(icon: icon, width: 24.h, height: 24.h, fit: BoxFit.fill, iconColor: AppColors.textColor),
SizedBox(height: 16.h), SizedBox(height: 16.h),
Row( Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween, mainAxisAlignment: MainAxisAlignment.spaceBetween,

Loading…
Cancel
Save