align button color personal Prof

This commit is contained in:
2025-06-12 12:45:13 +02:00
parent b7c87e0183
commit 90abb44725
2 changed files with 2 additions and 2 deletions

View File

@@ -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",

View File

@@ -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",