feat: shadow all tags
This commit is contained in:
parent
89d845eebb
commit
4b0950dcd0
@ -9,8 +9,8 @@ const props = defineProps<{
|
||||
<a :href="dest">
|
||||
<div
|
||||
:class="[
|
||||
'inline-block text-xs rounded-lg py-1 px-2 mt-1 mr-1 transition border border-pink-200 dark:border-pink-900 border-2',
|
||||
{ 'bg-pink-200 dark:bg-pink-900 shadow-lg': highlight },
|
||||
'inline-block text-xs rounded-lg py-1 px-2 mt-1 mr-1 transition border border-pink-200 dark:border-pink-900 border-2 shadow-md',
|
||||
{ 'bg-pink-200 dark:bg-pink-900': highlight },
|
||||
]"
|
||||
>
|
||||
<slot />
|
||||
|
Loading…
Reference in New Issue
Block a user