From 6f90c31f9faa667eb33bba1b344e29f0e78d1212 Mon Sep 17 00:00:00 2001 From: hussam al-habibeh Date: Thu, 10 Dec 2020 15:55:40 +0200 Subject: [PATCH] patients_screen design update --- lib/screens/patients/patients_screen.dart | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/screens/patients/patients_screen.dart b/lib/screens/patients/patients_screen.dart index 6ffc1f49..2437fa1a 100644 --- a/lib/screens/patients/patients_screen.dart +++ b/lib/screens/patients/patients_screen.dart @@ -370,7 +370,7 @@ class _PatientsScreenState extends State { height: 10.0, ), Divider( - thickness: 0.5, + thickness: 0.8, color: Color(0xffCCCCCC), ), Container( @@ -522,7 +522,7 @@ class _PatientsScreenState extends State { ), SizedBox( height: - 8, + 15.5, ), SERVICES_PATIANT2[int.parse(patientType)] == "List_MyOutPatient" @@ -765,8 +765,8 @@ class _PatientsScreenState extends State { return BoxDecoration( border: Border( bottom: BorderSide( - color: Colors.grey, - width: 1.0, + color: Color(0xffCCCCCC), + width: 0.5, ), ), );