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