Merge branch 'design-updates' into 'development'

patients_screen design update

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

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

Loading…
Cancel
Save