align button color Pat prof
This commit is contained in:
parent
33f3c6c51f
commit
0956ee58da
5 changed files with 8 additions and 10 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue