align button color About MIH
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user