align button color Pat prof

This commit is contained in:
2025-06-12 12:58:16 +02:00
parent 33f3c6c51f
commit 0956ee58da
5 changed files with 8 additions and 10 deletions

View File

@@ -384,7 +384,7 @@ class _ClaimStatementWindowState extends State<ClaimStatementWindow> {
}
},
buttonColor:
MzanziInnovationHub.of(context)!.theme.secondaryColor(),
MzanziInnovationHub.of(context)!.theme.successColor(),
width: 300,
child: Text(
"Generate",

View File

@@ -210,9 +210,8 @@ class _PatientConsultationState extends State<PatientConsultation> {
MihAlertServices().formNotFilledCompletely(context);
}
},
buttonColor: MzanziInnovationHub.of(context)!
.theme
.secondaryColor(),
buttonColor:
MzanziInnovationHub.of(context)!.theme.successColor(),
width: 300,
child: Text(
"Add Note",

View File

@@ -392,7 +392,7 @@ class _PatientDocumentsState extends State<PatientDocuments> {
}
},
buttonColor:
MzanziInnovationHub.of(context)!.theme.secondaryColor(),
MzanziInnovationHub.of(context)!.theme.successColor(),
width: 300,
child: Text(
"Generate",

View File

@@ -448,7 +448,7 @@ class _AddPatientState extends State<AddPatient> {
}
},
buttonColor:
MzanziInnovationHub.of(context)!.theme.secondaryColor(),
MzanziInnovationHub.of(context)!.theme.successColor(),
width: 300,
child: Text(
"Add",

View File

@@ -280,9 +280,8 @@ class _EditPatientState extends State<EditPatient> {
),
MihButton(
onPressed: deletePatientApiCall,
buttonColor: MzanziInnovationHub.of(context)!
.theme
.secondaryColor(),
buttonColor:
MzanziInnovationHub.of(context)!.theme.errorColor(),
width: 300,
child: Text(
"Delete",
@@ -662,7 +661,7 @@ class _EditPatientState extends State<EditPatient> {
}
},
buttonColor:
MzanziInnovationHub.of(context)!.theme.secondaryColor(),
MzanziInnovationHub.of(context)!.theme.successColor(),
width: 300,
child: Text(
"Update",