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(), ); } }),