Change badge color
This commit is contained in:
@@ -39,7 +39,7 @@ const createdAt = usePersianTimeAgo(new Date(date.value));
|
||||
|
||||
<Tag
|
||||
v-if="variant === 'lg'"
|
||||
class="bg-success-500 absolute left-6 top-6 z-20"
|
||||
class="bg-slate-950 absolute left-6 top-6 z-20"
|
||||
>
|
||||
{{ category.name }}
|
||||
</Tag>
|
||||
@@ -49,7 +49,7 @@ const createdAt = usePersianTimeAgo(new Date(date.value));
|
||||
class="aspect-square w-full rounded-150 overflow-hidden relative"
|
||||
>
|
||||
<Tag
|
||||
class="bg-success-500 absolute z-20 left-4 sm:left-6 top-4 sm:top-6 max-sm:text-xs"
|
||||
class="bg-slate-950 absolute z-20 left-4 sm:left-6 top-4 sm:top-6 max-sm:text-xs"
|
||||
>
|
||||
{{ category.name }}
|
||||
</Tag>
|
||||
|
||||
Reference in New Issue
Block a user