patients_screen design update

pull/180/head
hussam al-habibeh 5 years ago
parent 6bbc629060
commit 6f90c31f9f

@ -370,7 +370,7 @@ class _PatientsScreenState extends State<PatientsScreen> {
height: 10.0,
),
Divider(
thickness: 0.5,
thickness: 0.8,
color: Color(0xffCCCCCC),
),
Container(
@ -522,7 +522,7 @@ class _PatientsScreenState extends State<PatientsScreen> {
),
SizedBox(
height:
8,
15.5,
),
SERVICES_PATIANT2[int.parse(patientType)] ==
"List_MyOutPatient"
@ -765,8 +765,8 @@ class _PatientsScreenState extends State<PatientsScreen> {
return BoxDecoration(
border: Border(
bottom: BorderSide(
color: Colors.grey,
width: 1.0,
color: Color(0xffCCCCCC),
width: 0.5,
),
),
);

Loading…
Cancel
Save