fix: adjust subscription card layout
This commit is contained in:
@@ -710,11 +710,17 @@ class _SubscriptionCardState extends State<SubscriptionCard>
|
||||
final icon = PaymentCardUtils.iconForName(card.iconName);
|
||||
|
||||
return Chip(
|
||||
avatar: CircleAvatar(
|
||||
backgroundColor: Colors.white,
|
||||
avatar: Container(
|
||||
width: 20,
|
||||
height: 20,
|
||||
decoration: BoxDecoration(
|
||||
color: color.withValues(alpha: 0.15),
|
||||
shape: BoxShape.circle,
|
||||
),
|
||||
alignment: Alignment.center,
|
||||
child: Icon(
|
||||
icon,
|
||||
size: 14,
|
||||
size: 12,
|
||||
color: color,
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user