chore: refactor UI components to align with design system tokens
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import 'package:core_localization/core_localization.dart';
|
||||
import 'package:design_system/design_system.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:firebase_data_connect/firebase_data_connect.dart' as fdc;
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:krow_data_connect/krow_data_connect.dart' as dc;
|
||||
|
||||
/// Card showing the current payment method.
|
||||
@@ -131,8 +131,9 @@ class _PaymentMethodCardState extends State<PaymentMethodCard> {
|
||||
),
|
||||
if (isPrimary)
|
||||
Container(
|
||||
horizontal: UiConstants.space1 + 2,
|
||||
vertical: UiConstants.space0 + 2,
|
||||
padding: const EdgeInsets.symmetric(
|
||||
horizontal: UiConstants.space2,
|
||||
vertical: UiConstants.space1,
|
||||
),
|
||||
decoration: BoxDecoration(
|
||||
color: UiColors.accent,
|
||||
|
||||
Reference in New Issue
Block a user