🎨 style: tag color to white

This commit is contained in:
t0ng7u
2026-01-31 15:05:09 +08:00
parent cf67af3b14
commit b92a4ee987

View File

@@ -189,7 +189,7 @@ const SubscriptionPurchaseModal = ({
<Tag
key={idx}
size='small'
color='blue'
color='white'
type='light'
shape='circle'
>
@@ -199,7 +199,7 @@ const SubscriptionPurchaseModal = ({
</Tag>
))}
{items.length > 6 && (
<Tag size='small' color='grey' type='light' shape='circle'>
<Tag size='small' color='white' type='light' shape='circle'>
+{items.length - 6}
</Tag>
)}