diff --git a/apps/mobile/packages/features/client/orders/view_orders/lib/src/presentation/widgets/view_order_card.dart b/apps/mobile/packages/features/client/orders/view_orders/lib/src/presentation/widgets/view_order_card.dart index 7960f636..35da6c59 100644 --- a/apps/mobile/packages/features/client/orders/view_orders/lib/src/presentation/widgets/view_order_card.dart +++ b/apps/mobile/packages/features/client/orders/view_orders/lib/src/presentation/widgets/view_order_card.dart @@ -190,14 +190,10 @@ class _ViewOrderCardState extends State { decoration: BoxDecoration( color: UiColors.bgSecondary, borderRadius: UiConstants.radiusSm, - border: Border.all(color: UiColors.border), ), child: Text( _getOrderTypeLabel(order.orderType), - style: UiTypography.footnote2b.copyWith( - color: UiColors.textSecondary, - letterSpacing: 0.5, - ), + style: UiTypography.footnote2b.textSecondary, ), ), ],