align button color Access Controls
This commit is contained in:
parent
c31fe7c31f
commit
53f061421b
2 changed files with 6 additions and 8 deletions
|
|
@ -249,7 +249,7 @@ class _BuildPatientsListState extends State<BuildAccessRequestList> {
|
|||
updateAccessAPICall(index, "declined");
|
||||
},
|
||||
buttonColor:
|
||||
MzanziInnovationHub.of(context)!.theme.secondaryColor(),
|
||||
MzanziInnovationHub.of(context)!.theme.errorColor(),
|
||||
width: 300,
|
||||
child: Text(
|
||||
"Decline",
|
||||
|
|
@ -267,7 +267,7 @@ class _BuildPatientsListState extends State<BuildAccessRequestList> {
|
|||
updateAccessAPICall(index, "approved");
|
||||
},
|
||||
buttonColor:
|
||||
MzanziInnovationHub.of(context)!.theme.secondaryColor(),
|
||||
MzanziInnovationHub.of(context)!.theme.successColor(),
|
||||
width: 300,
|
||||
child: Text(
|
||||
"Approve",
|
||||
|
|
|
|||
|
|
@ -355,9 +355,8 @@ class _BuildPatientsListState extends State<BuildBusinessAccessList> {
|
|||
context,
|
||||
);
|
||||
},
|
||||
buttonColor: MzanziInnovationHub.of(context)!
|
||||
.theme
|
||||
.secondaryColor(),
|
||||
buttonColor:
|
||||
MzanziInnovationHub.of(context)!.theme.errorColor(),
|
||||
width: 300,
|
||||
child: Text(
|
||||
"Decline",
|
||||
|
|
@ -383,9 +382,8 @@ class _BuildPatientsListState extends State<BuildBusinessAccessList> {
|
|||
context,
|
||||
);
|
||||
},
|
||||
buttonColor: MzanziInnovationHub.of(context)!
|
||||
.theme
|
||||
.secondaryColor(),
|
||||
buttonColor:
|
||||
MzanziInnovationHub.of(context)!.theme.successColor(),
|
||||
width: 300,
|
||||
child: Text(
|
||||
"Approve",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue