Merge branch 'design-updates' into 'development'

patients_screen design update

See merge request Cloud_Solution/doctor_app_flutter!179
pull/182/head
Elham 4 years ago
commit 746765f4d7

@ -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"
@ -795,8 +795,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