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");
|
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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue