From 00dea2f78a5e209d50faaab2b80e93932d7e6a2e Mon Sep 17 00:00:00 2001 From: Yasien Mac Mini Date: Tue, 22 Jul 2025 10:41:35 +0200 Subject: [PATCH] chanmge rating stars color top yellow --- .../components/mih_business_info_card.dart | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Frontend/lib/mih_packages/mzansi_profile/business_profile/components/mih_business_info_card.dart b/Frontend/lib/mih_packages/mzansi_profile/business_profile/components/mih_business_info_card.dart index 19c0d9be..94fe27b5 100644 --- a/Frontend/lib/mih_packages/mzansi_profile/business_profile/components/mih_business_info_card.dart +++ b/Frontend/lib/mih_packages/mzansi_profile/business_profile/components/mih_business_info_card.dart @@ -367,11 +367,11 @@ class _MihBusinessCardState extends State { filledIcon: Icons.star, emptyIcon: Icons.star_border, halfFilledIcon: Icons.star_half, - filledColor: - MzansiInnovationHub.of(context)!.theme.primaryColor(), + filledColor: const Color(0xffe9e8a1), + // MzansiInnovationHub.of(context)!.theme.primaryColor(), emptyColor: MzansiInnovationHub.of(context)!.theme.primaryColor(), - halfFilledColor: - MzansiInnovationHub.of(context)!.theme.primaryColor(), + halfFilledColor: const Color(0xffe9e8a1), + // MzansiInnovationHub.of(context)!.theme.primaryColor(), isHalfAllowed: true, initialRating: widget.business.rating.isNotEmpty ? double.parse(widget.business.rating) @@ -517,6 +517,7 @@ class _MihBusinessCardState extends State { business: widget.business, businessReview: asyncSnapshot.data, screenWidth: width, + readOnly: false, ); } else { return MihPackageAlert(