fix repo list bg color

This commit is contained in:
pat-s 2024-12-21 12:58:02 +01:00
parent 3b6553f3d4
commit d94945eebc
No known key found for this signature in database
GPG key ID: 3C6318841EF78925

View file

@ -2,7 +2,7 @@
<component
:is="to ? 'router-link' : clickable ? 'button' : 'div'"
:to="to"
class="flex border-wp-background-400 bg-wp-background-200 dark:bg-wp-background-300 p-4 border rounded-md w-full overflow-hidden"
class="flex border-wp-background-400 bg-wp-background-200 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-300': clickable || to,
}"