From 5591603a4fa7000c19945a7d8575319d39b7f93b Mon Sep 17 00:00:00 2001 From: Yasien Mac Mini Date: Thu, 24 Jul 2025 12:02:27 +0200 Subject: [PATCH] add color to profle view --- .../mih_package_components/mih_business_profile_preview.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Frontend/lib/mih_components/mih_package_components/mih_business_profile_preview.dart b/Frontend/lib/mih_components/mih_package_components/mih_business_profile_preview.dart index 43ab224f..8d8f8548 100644 --- a/Frontend/lib/mih_components/mih_package_components/mih_business_profile_preview.dart +++ b/Frontend/lib/mih_components/mih_package_components/mih_business_profile_preview.dart @@ -79,6 +79,8 @@ class _MihBusinessProfilePreviewState extends State { return Icon( MihIcons.mihRing, size: profilePictureWidth, + color: + MzansiInnovationHub.of(context)!.theme.secondaryColor(), ); } }),