We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a81573 commit a820106Copy full SHA for a820106
app/components/BaseCard.vue
@@ -15,7 +15,7 @@ defineProps<{
15
<!-- Glow effect for exact matches -->
16
<div
17
v-if="isExactMatch"
18
- class="absolute -inset-px rounded-lg bg-gradient-to-r from-accent/0 via-accent/20 to-accent/0 opacity-100 blur-sm -z-1 pointer-events-none motion-reduce:opacity-50"
+ class="absolute -inset-px rounded-lg bg-gradient-to-r from-accent/0 via-accent/0 to-accent/10 opacity-100 blur-sm -z-1 pointer-events-none motion-reduce:opacity-50"
19
aria-hidden="true"
20
/>
21
<slot />
0 commit comments