chore(deps): bump tailwindcss to v4
This commit is contained in:
@@ -30,7 +30,7 @@ const props = defineProps({
|
||||
</h1>
|
||||
|
||||
<h1
|
||||
class="text-xl font-bold text-neutral-700 dark:text-neutral-300 leading-none relative z-[1]"
|
||||
class="text-xl font-bold text-neutral-700 dark:text-neutral-300 leading-none relative z-1"
|
||||
>
|
||||
{{ title }}
|
||||
</h1>
|
||||
@@ -43,7 +43,7 @@ const props = defineProps({
|
||||
<div
|
||||
v-if="bubble"
|
||||
:class="`bg-${bubbleColor}/50`"
|
||||
class="absolute -left-1.5 -bottom-1.5 w-4 h-4 rounded-full z-[0]"
|
||||
class="absolute -left-1.5 -bottom-1.5 w-4 h-4 rounded-full z-0"
|
||||
></div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user