mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-04-19 11:18:37 +00:00
🎨 style: tag color to white
This commit is contained in:
@@ -189,7 +189,7 @@ const SubscriptionPurchaseModal = ({
|
|||||||
<Tag
|
<Tag
|
||||||
key={idx}
|
key={idx}
|
||||||
size='small'
|
size='small'
|
||||||
color='blue'
|
color='white'
|
||||||
type='light'
|
type='light'
|
||||||
shape='circle'
|
shape='circle'
|
||||||
>
|
>
|
||||||
@@ -199,7 +199,7 @@ const SubscriptionPurchaseModal = ({
|
|||||||
</Tag>
|
</Tag>
|
||||||
))}
|
))}
|
||||||
{items.length > 6 && (
|
{items.length > 6 && (
|
||||||
<Tag size='small' color='grey' type='light' shape='circle'>
|
<Tag size='small' color='white' type='light' shape='circle'>
|
||||||
+{items.length - 6}
|
+{items.length - 6}
|
||||||
</Tag>
|
</Tag>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user