fix high on access review
This commit is contained in:
parent
9c22125f04
commit
fdc64238f7
1 changed files with 4 additions and 4 deletions
|
|
@ -81,7 +81,7 @@ class _PatientAccessRequestState extends State<PatientAccessRequest> {
|
||||||
Widget displayAccessRequestList(List<AccessRequest> accessRequestList) {
|
Widget displayAccessRequestList(List<AccessRequest> accessRequestList) {
|
||||||
if (accessRequestList.isNotEmpty) {
|
if (accessRequestList.isNotEmpty) {
|
||||||
return Container(
|
return Container(
|
||||||
height: 500,
|
//height: height - 254,
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
color: MzanziInnovationHub.of(context)!.theme.primaryColor(),
|
color: MzanziInnovationHub.of(context)!.theme.primaryColor(),
|
||||||
borderRadius: BorderRadius.circular(25.0),
|
borderRadius: BorderRadius.circular(25.0),
|
||||||
|
|
@ -101,7 +101,7 @@ class _PatientAccessRequestState extends State<PatientAccessRequest> {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
return Container(
|
return Container(
|
||||||
height: 500,
|
//height: height - 254,
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
color: MzanziInnovationHub.of(context)!.theme.primaryColor(),
|
color: MzanziInnovationHub.of(context)!.theme.primaryColor(),
|
||||||
borderRadius: BorderRadius.circular(25.0),
|
borderRadius: BorderRadius.circular(25.0),
|
||||||
|
|
@ -126,7 +126,7 @@ class _PatientAccessRequestState extends State<PatientAccessRequest> {
|
||||||
padding: const EdgeInsets.all(15.0),
|
padding: const EdgeInsets.all(15.0),
|
||||||
child: SizedBox(
|
child: SizedBox(
|
||||||
width: w,
|
width: w,
|
||||||
height: 600,
|
height: h - 105,
|
||||||
child: Column(mainAxisSize: MainAxisSize.max, children: [
|
child: Column(mainAxisSize: MainAxisSize.max, children: [
|
||||||
//const SizedBox(height: 15),
|
//const SizedBox(height: 15),
|
||||||
const Text(
|
const Text(
|
||||||
|
|
@ -183,7 +183,7 @@ class _PatientAccessRequestState extends State<PatientAccessRequest> {
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
return Container(
|
return Container(
|
||||||
//height: 500,
|
height: h - 105,
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
color:
|
color:
|
||||||
MzanziInnovationHub.of(context)!.theme.primaryColor(),
|
MzanziInnovationHub.of(context)!.theme.primaryColor(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue