diff --git a/Frontend/lib/mih_packages/about_mih/package_tools/mih_ attributes.dart b/Frontend/lib/mih_packages/about_mih/package_tools/mih_ attributes.dart index 2a82e770..0c57bac7 100644 --- a/Frontend/lib/mih_packages/about_mih/package_tools/mih_ attributes.dart +++ b/Frontend/lib/mih_packages/about_mih/package_tools/mih_ attributes.dart @@ -71,7 +71,7 @@ class _MihAttributesState extends State { ); }, buttonColor: - MzanziInnovationHub.of(context)!.theme.secondaryColor(), + MzanziInnovationHub.of(context)!.theme.successColor(), width: 100, child: Text( "Visit", diff --git a/Frontend/lib/mih_packages/about_mih/package_tools/mih_info.dart b/Frontend/lib/mih_packages/about_mih/package_tools/mih_info.dart index 6b639552..134bc64d 100644 --- a/Frontend/lib/mih_packages/about_mih/package_tools/mih_info.dart +++ b/Frontend/lib/mih_packages/about_mih/package_tools/mih_info.dart @@ -515,9 +515,8 @@ class _MihInfoState extends State { onPressed: () { MihInstallServices().installMihTrigger(context); }, - buttonColor: MzanziInnovationHub.of(context)! - .theme - .secondaryColor(), + buttonColor: + MzanziInnovationHub.of(context)!.theme.successColor(), width: 300, child: Text( getInstallButtonText(), @@ -538,9 +537,8 @@ class _MihInfoState extends State { ), ); }, - buttonColor: MzanziInnovationHub.of(context)! - .theme - .secondaryColor(), + buttonColor: + MzanziInnovationHub.of(context)!.theme.successColor(), width: 300, child: Text( "MIH Beginners Guide",