diff --git a/lib/views/branches/provider_profile_view.dart b/lib/views/branches/provider_profile_view.dart index 984bd07..282fd26 100644 --- a/lib/views/branches/provider_profile_view.dart +++ b/lib/views/branches/provider_profile_view.dart @@ -50,7 +50,7 @@ class _ProviderProfileViewState extends State { appBar: CustomAppBar( title: LocaleKeys.providerDetails.tr(), actions: [ - Icon( + Icon( appointmentsVM.providerProfileModel!.isFavorite! ? Icons.favorite : Icons.favorite_border, color: appointmentsVM.providerProfileModel!.isFavorite! ? MyColors.darkPrimaryColor : MyColors.black, ).horPaddingMain().onPress(