From fdc64238f754bfb45d65311de0e1094b7b9d159b Mon Sep 17 00:00:00 2001 From: yaso-meth Date: Wed, 4 Sep 2024 16:22:54 +0200 Subject: [PATCH] fix high on access review --- .../patient_manager/lib/pages/patientAccessReview.dart | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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(),