align button color personal Prof
This commit is contained in:
parent
b7c87e0183
commit
90abb44725
2 changed files with 2 additions and 2 deletions
|
|
@ -382,7 +382,7 @@ class _MihPersonalProfileState extends State<MihPersonalProfile> {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
buttonColor:
|
buttonColor:
|
||||||
MzanziInnovationHub.of(context)!.theme.secondaryColor(),
|
MzanziInnovationHub.of(context)!.theme.successColor(),
|
||||||
width: 300,
|
width: 300,
|
||||||
child: Text(
|
child: Text(
|
||||||
"Update",
|
"Update",
|
||||||
|
|
|
||||||
|
|
@ -83,7 +83,7 @@ class _MihPersonalSettingsState extends State<MihPersonalSettings> {
|
||||||
Navigator.pop(context);
|
Navigator.pop(context);
|
||||||
},
|
},
|
||||||
buttonColor:
|
buttonColor:
|
||||||
MzanziInnovationHub.of(context)!.theme.errorColor(),
|
MzanziInnovationHub.of(context)!.theme.successColor(),
|
||||||
width: 300,
|
width: 300,
|
||||||
child: Text(
|
child: Text(
|
||||||
"Cancel",
|
"Cancel",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue