We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83cdee4 commit 4f76629Copy full SHA for 4f76629
1 file changed
app/components/BookCard.vue
@@ -45,7 +45,7 @@ function handleClick(e: MouseEvent) {
45
>
46
<UCard
47
variant="subtle"
48
- class="h-full transition-all hover:shadow-lg dark:hover:shadow-neutral-200/20"
+ class="h-full transition-all hover:shadow-lg dark:hover:shadow-neutral-700"
49
:ui="{
50
header: 'p-0 sm:px-0',
51
body: 'p-2 sm:p-4'
@@ -93,7 +93,7 @@ function handleClick(e: MouseEvent) {
93
class="overflow-hidden h-full transition-all"
94
:class="{
95
'ring-2 ring-primary shadow-lg': selected,
96
- 'hover:shadow-lg': !selected
+ 'hover:shadow-lg dark:hover:shadow-neutral-700': !selected
97
}"
98
99
<!-- Cover in header slot - no padding -->
0 commit comments