deleting dates for card shift
This commit is contained in:
@@ -197,19 +197,7 @@ class _ViewOrderCardState extends State<ViewOrderCard> {
|
||||
order.clientName,
|
||||
style: UiTypography.body3r.textSecondary,
|
||||
),
|
||||
Padding(
|
||||
padding: const EdgeInsets.symmetric(
|
||||
horizontal: 6,
|
||||
),
|
||||
child: Text(
|
||||
'•',
|
||||
style: UiTypography.body3r.textInactive,
|
||||
),
|
||||
),
|
||||
Text(
|
||||
_formatDate(dateStr: order.date),
|
||||
style: UiTypography.body3m.textSecondary,
|
||||
),
|
||||
const SizedBox(width: 0),
|
||||
],
|
||||
),
|
||||
const SizedBox(height: UiConstants.space2),
|
||||
|
||||
Reference in New Issue
Block a user