merge-requests/558/head
hussam al-habibeh 5 years ago
parent cc706c71e5
commit 714c569a13

@ -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