diff --git a/Frontend/patient_manager/lib/pages/patientAccessReview.dart b/Frontend/patient_manager/lib/pages/patientAccessReview.dart index 7190f970..346f6ec3 100644 --- a/Frontend/patient_manager/lib/pages/patientAccessReview.dart +++ b/Frontend/patient_manager/lib/pages/patientAccessReview.dart @@ -81,7 +81,7 @@ class _PatientAccessRequestState extends State { Widget displayAccessRequestList(List accessRequestList) { if (accessRequestList.isNotEmpty) { return Container( - height: 500, + //height: height - 254, decoration: BoxDecoration( color: MzanziInnovationHub.of(context)!.theme.primaryColor(), borderRadius: BorderRadius.circular(25.0), @@ -101,7 +101,7 @@ class _PatientAccessRequestState extends State { ); } return Container( - height: 500, + //height: height - 254, decoration: BoxDecoration( color: MzanziInnovationHub.of(context)!.theme.primaryColor(), borderRadius: BorderRadius.circular(25.0), @@ -126,7 +126,7 @@ class _PatientAccessRequestState extends State { padding: const EdgeInsets.all(15.0), child: SizedBox( width: w, - height: 600, + height: h - 105, child: Column(mainAxisSize: MainAxisSize.max, children: [ //const SizedBox(height: 15), const Text( @@ -183,7 +183,7 @@ class _PatientAccessRequestState extends State { ); } else { return Container( - //height: 500, + height: h - 105, decoration: BoxDecoration( color: MzanziInnovationHub.of(context)!.theme.primaryColor(),