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