align button color Access Controls
This commit is contained in:
@@ -249,7 +249,7 @@ class _BuildPatientsListState extends State<BuildAccessRequestList> {
|
|||||||
updateAccessAPICall(index, "declined");
|
updateAccessAPICall(index, "declined");
|
||||||
},
|
},
|
||||||
buttonColor:
|
buttonColor:
|
||||||
MzanziInnovationHub.of(context)!.theme.secondaryColor(),
|
MzanziInnovationHub.of(context)!.theme.errorColor(),
|
||||||
width: 300,
|
width: 300,
|
||||||
child: Text(
|
child: Text(
|
||||||
"Decline",
|
"Decline",
|
||||||
@@ -267,7 +267,7 @@ class _BuildPatientsListState extends State<BuildAccessRequestList> {
|
|||||||
updateAccessAPICall(index, "approved");
|
updateAccessAPICall(index, "approved");
|
||||||
},
|
},
|
||||||
buttonColor:
|
buttonColor:
|
||||||
MzanziInnovationHub.of(context)!.theme.secondaryColor(),
|
MzanziInnovationHub.of(context)!.theme.successColor(),
|
||||||
width: 300,
|
width: 300,
|
||||||
child: Text(
|
child: Text(
|
||||||
"Approve",
|
"Approve",
|
||||||
|
|||||||
@@ -355,9 +355,8 @@ class _BuildPatientsListState extends State<BuildBusinessAccessList> {
|
|||||||
context,
|
context,
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
buttonColor: MzanziInnovationHub.of(context)!
|
buttonColor:
|
||||||
.theme
|
MzanziInnovationHub.of(context)!.theme.errorColor(),
|
||||||
.secondaryColor(),
|
|
||||||
width: 300,
|
width: 300,
|
||||||
child: Text(
|
child: Text(
|
||||||
"Decline",
|
"Decline",
|
||||||
@@ -383,9 +382,8 @@ class _BuildPatientsListState extends State<BuildBusinessAccessList> {
|
|||||||
context,
|
context,
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
buttonColor: MzanziInnovationHub.of(context)!
|
buttonColor:
|
||||||
.theme
|
MzanziInnovationHub.of(context)!.theme.successColor(),
|
||||||
.secondaryColor(),
|
|
||||||
width: 300,
|
width: 300,
|
||||||
child: Text(
|
child: Text(
|
||||||
"Approve",
|
"Approve",
|
||||||
|
|||||||
Reference in New Issue
Block a user