diff --git a/lib/screens/patients/patients_screen.dart b/lib/screens/patients/patients_screen.dart index a451c963..3b960c6a 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" @@ -795,8 +795,8 @@ class _PatientsScreenState extends State { return BoxDecoration( border: Border( bottom: BorderSide( - color: Colors.grey, - width: 1.0, + color: Color(0xffCCCCCC), + width: 0.5, ), ), );