fix(view_order_card): simplify order type label styling
This commit is contained in:
@@ -190,14 +190,10 @@ class _ViewOrderCardState extends State<ViewOrderCard> {
|
|||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
color: UiColors.bgSecondary,
|
color: UiColors.bgSecondary,
|
||||||
borderRadius: UiConstants.radiusSm,
|
borderRadius: UiConstants.radiusSm,
|
||||||
border: Border.all(color: UiColors.border),
|
|
||||||
),
|
),
|
||||||
child: Text(
|
child: Text(
|
||||||
_getOrderTypeLabel(order.orderType),
|
_getOrderTypeLabel(order.orderType),
|
||||||
style: UiTypography.footnote2b.copyWith(
|
style: UiTypography.footnote2b.textSecondary,
|
||||||
color: UiColors.textSecondary,
|
|
||||||
letterSpacing: 0.5,
|
|
||||||
),
|
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user