Skip to content

Commit a820106

Browse files
fix: improve exact match gradient in search results (#772)
Co-authored-by: Cassidy Williams <cassidoo@users.noreply.github.com> Co-authored-by: Salma Alam-Naylor <52798353+whitep4nth3r@users.noreply.github.com>
1 parent 1a81573 commit a820106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/BaseCard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ defineProps<{
1515
<!-- Glow effect for exact matches -->
1616
<div
1717
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"
18+
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"
1919
aria-hidden="true"
2020
/>
2121
<slot />

0 commit comments

Comments
 (0)