Fix tabs hover (#5403)

This commit is contained in:
qwerty287 2025-08-10 23:42:20 +02:00 committed by GitHub
parent b4b4c68b72
commit e7a789a5cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@
:exact-active-class="tab.matchChildren ? '' : 'border-wp-text-100!'"
>
<span
class="hover:bg-wp-background-200 dark:hover:bg-wp-background-100 flex w-full min-w-20 flex-row items-center justify-center gap-2 rounded-md px-2 py-1"
class="hover:bg-wp-background-300 dark:hover:bg-wp-background-200 flex w-full min-w-20 flex-row items-center justify-center gap-2 rounded-md px-2 py-1"
>
<Icon v-if="tab.icon" :name="tab.icon" :class="tab.iconClass" class="shrink-0" />
<span>{{ tab.title }}</span>