align button color About MIH

This commit is contained in:
2025-06-12 12:32:29 +02:00
parent 22f4516817
commit c31fe7c31f
2 changed files with 5 additions and 7 deletions

View File

@@ -71,7 +71,7 @@ class _MihAttributesState extends State<MihAttributes> {
); );
}, },
buttonColor: buttonColor:
MzanziInnovationHub.of(context)!.theme.secondaryColor(), MzanziInnovationHub.of(context)!.theme.successColor(),
width: 100, width: 100,
child: Text( child: Text(
"Visit", "Visit",

View File

@@ -515,9 +515,8 @@ class _MihInfoState extends State<MihInfo> {
onPressed: () { onPressed: () {
MihInstallServices().installMihTrigger(context); MihInstallServices().installMihTrigger(context);
}, },
buttonColor: MzanziInnovationHub.of(context)! buttonColor:
.theme MzanziInnovationHub.of(context)!.theme.successColor(),
.secondaryColor(),
width: 300, width: 300,
child: Text( child: Text(
getInstallButtonText(), getInstallButtonText(),
@@ -538,9 +537,8 @@ class _MihInfoState extends State<MihInfo> {
), ),
); );
}, },
buttonColor: MzanziInnovationHub.of(context)! buttonColor:
.theme MzanziInnovationHub.of(context)!.theme.successColor(),
.secondaryColor(),
width: 300, width: 300,
child: Text( child: Text(
"MIH Beginners Guide", "MIH Beginners Guide",