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:
MzanziInnovationHub.of(context)!.theme.secondaryColor(),
MzanziInnovationHub.of(context)!.theme.successColor(),
width: 100,
child: Text(
"Visit",

View File

@@ -515,9 +515,8 @@ class _MihInfoState extends State<MihInfo> {
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<MihInfo> {
),
);
},
buttonColor: MzanziInnovationHub.of(context)!
.theme
.secondaryColor(),
buttonColor:
MzanziInnovationHub.of(context)!.theme.successColor(),
width: 300,
child: Text(
"MIH Beginners Guide",