Merge branch 'in_patient_services' into 'development'

hot fix

See merge request Cloud_Solution/doctor_app_flutter!558
merge-requests/559/merge
Mohammad Aljammal 5 years ago
commit eec640efe8

@ -57,7 +57,7 @@ class ProcedureCard extends StatelessWidget {
bottomLeft: Radius.circular(10),
),
color:
entityList.orderType == 1 ? Colors.red[500] : Colors.black,
entityList.orderType == 0 ? Colors.black : Colors.red[500],
),
),
Expanded(

Loading…
Cancel
Save