feat: adjust tag styling

prettier!
This commit is contained in:
eggy 2023-05-24 12:14:48 -04:00
parent 016fbb559f
commit 89d845eebb

View File

@ -9,8 +9,8 @@ const props = defineProps<{
<a :href="dest">
<div
:class="[
'inline-block text-xs rounded-full py-1 px-2 mt-1 mr-1 bg-gray-300 dark:bg-gray-500 transition',
{ 'bg-yellow-200 dark:bg-yellow-700 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',
{ 'bg-pink-200 dark:bg-pink-900 shadow-lg': highlight },
]"
>
<slot />