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:
|
||||
MzanziInnovationHub.of(context)!.theme.secondaryColor(),
|
||||
MzanziInnovationHub.of(context)!.theme.successColor(),
|
||||
width: 300,
|
||||
child: Text(
|
||||
"Update",
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@ class _MihPersonalSettingsState extends State<MihPersonalSettings> {
|
|||
Navigator.pop(context);
|
||||
},
|
||||
buttonColor:
|
||||
MzanziInnovationHub.of(context)!.theme.errorColor(),
|
||||
MzanziInnovationHub.of(context)!.theme.successColor(),
|
||||
width: 300,
|
||||
child: Text(
|
||||
"Cancel",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue