align button color Pat Man
This commit is contained in:
parent
676b94a0fe
commit
33f3c6c51f
3 changed files with 11 additions and 12 deletions
|
|
@ -441,7 +441,7 @@ class _BuildPatientsListState extends State<BuildMihPatientSearchList> {
|
|||
},
|
||||
buttonColor: MzanziInnovationHub.of(context)!
|
||||
.theme
|
||||
.secondaryColor(),
|
||||
.successColor(),
|
||||
width: 300,
|
||||
child: Text(
|
||||
"Re-apply",
|
||||
|
|
|
|||
|
|
@ -190,9 +190,8 @@ class _BuildPatientsListState extends State<BuildMyPatientListList> {
|
|||
MihAlertServices().formNotFilledCompletely(context);
|
||||
}
|
||||
},
|
||||
buttonColor: MzanziInnovationHub.of(context)!
|
||||
.theme
|
||||
.secondaryColor(),
|
||||
buttonColor:
|
||||
MzanziInnovationHub.of(context)!.theme.successColor(),
|
||||
width: 300,
|
||||
child: Text(
|
||||
"Book Appointment",
|
||||
|
|
@ -323,9 +322,8 @@ class _BuildPatientsListState extends State<BuildMyPatientListList> {
|
|||
onPressed: () {
|
||||
appointmentPopUp(index, width);
|
||||
},
|
||||
buttonColor: MzanziInnovationHub.of(context)!
|
||||
.theme
|
||||
.secondaryColor(),
|
||||
buttonColor:
|
||||
MzanziInnovationHub.of(context)!.theme.successColor(),
|
||||
width: 300,
|
||||
child: Text(
|
||||
"Book Appointment",
|
||||
|
|
@ -350,8 +348,9 @@ class _BuildPatientsListState extends State<BuildMyPatientListList> {
|
|||
"business",
|
||||
));
|
||||
},
|
||||
buttonColor:
|
||||
MzanziInnovationHub.of(context)!.theme.successColor(),
|
||||
buttonColor: MzanziInnovationHub.of(context)!
|
||||
.theme
|
||||
.secondaryColor(),
|
||||
width: 300,
|
||||
child: Text(
|
||||
"View Medical Records",
|
||||
|
|
|
|||
|
|
@ -223,7 +223,7 @@ class _WaitingRoomState extends State<WaitingRoom> {
|
|||
Navigator.of(context).pop();
|
||||
},
|
||||
buttonColor:
|
||||
MzanziInnovationHub.of(context)!.theme.secondaryColor(),
|
||||
MzanziInnovationHub.of(context)!.theme.successColor(),
|
||||
width: 300,
|
||||
child: Text(
|
||||
"Existing Patient",
|
||||
|
|
@ -242,7 +242,7 @@ class _WaitingRoomState extends State<WaitingRoom> {
|
|||
Navigator.of(context).pop();
|
||||
},
|
||||
buttonColor:
|
||||
MzanziInnovationHub.of(context)!.theme.secondaryColor(),
|
||||
MzanziInnovationHub.of(context)!.theme.successColor(),
|
||||
width: 300,
|
||||
child: Text(
|
||||
"Existing MIH User",
|
||||
|
|
@ -261,7 +261,7 @@ class _WaitingRoomState extends State<WaitingRoom> {
|
|||
addAppointmentWindow(width);
|
||||
},
|
||||
buttonColor:
|
||||
MzanziInnovationHub.of(context)!.theme.secondaryColor(),
|
||||
MzanziInnovationHub.of(context)!.theme.successColor(),
|
||||
width: 300,
|
||||
child: Text(
|
||||
"Skeleton Appointment",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue