adjust hover dark

This commit is contained in:
pat-s 2024-12-22 11:23:03 +01:00
parent 0e4d946112
commit 573b306c58
No known key found for this signature in database
GPG key ID: 3C6318841EF78925
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
:to="to"
class="flex border-wp-background-400 bg-wp-background-100 dark:bg-wp-background-400 p-4 border rounded-md w-full overflow-hidden"
:class="{
'cursor-pointer hover:shadow-md hover:bg-wp-background-300 dark:hover:bg-wp-background-500': clickable || to,
'cursor-pointer hover:shadow-md hover:bg-wp-background-300 dark:hover:bg-wp-background-300': clickable || to,
}"
>
<slot />

View file

@ -16,7 +16,7 @@
/>
<Icon v-else name="blank" class="md:hidden" />
<span
class="flex flex-row md:justify-center items-center gap-2 dark:hover:bg-wp-background-500 hover:bg-wp-background-300 px-2 py-1 rounded-md w-full min-w-20"
class="flex flex-row md:justify-center items-center gap-2 dark:hover:bg-wp-background-300 hover:bg-wp-background-300 px-2 py-1 rounded-md w-full min-w-20"
>
<Icon v-if="tab.icon" :name="tab.icon" :class="tab.iconClass" class="flex-shrink-0" />
<span>{{ tab.title }}</span>