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(