From eb2f70e721379af9ff0f6f9b3d3eb123564b38c3 Mon Sep 17 00:00:00 2001 From: Yasien Mac Mini Date: Wed, 1 Oct 2025 08:57:35 +0200 Subject: [PATCH] miscalanius changes 2 --- .../package_tools/mih_business_qr_code.dart | 27 ++++++++++++++----- 1 file changed, 20 insertions(+), 7 deletions(-) diff --git a/Frontend/lib/mih_packages/mzansi_profile/business_profile/package_tools/mih_business_qr_code.dart b/Frontend/lib/mih_packages/mzansi_profile/business_profile/package_tools/mih_business_qr_code.dart index 4caa4731..4f1b34d9 100644 --- a/Frontend/lib/mih_packages/mzansi_profile/business_profile/package_tools/mih_business_qr_code.dart +++ b/Frontend/lib/mih_packages/mzansi_profile/business_profile/package_tools/mih_business_qr_code.dart @@ -304,17 +304,30 @@ class _MihBusinessQrCodeState extends State { ), ), const SizedBox(height: 5), - FittedBox( - child: Text( - "Powered by MIH", - style: TextStyle( - fontSize: 15, - fontWeight: FontWeight.w600, + Row( + mainAxisAlignment: MainAxisAlignment.center, + children: [ + FittedBox( + child: Text( + "Powered by MIH", + style: TextStyle( + fontSize: 15, + fontWeight: FontWeight.w600, + color: MihColors.getPrimaryColor( + MzansiInnovationHub.of(context)!.theme.mode == + "Dark"), + ), + ), + ), + const SizedBox(width: 5), + Icon( + MihIcons.mihLogo, + size: 20, color: MihColors.getPrimaryColor( MzansiInnovationHub.of(context)!.theme.mode == "Dark"), ), - ), + ], ), const SizedBox(height: 10), SizedBox(