Skip to content

Commit 94b35c2

Browse files
committed
fix: address colour contrast with exact badge
1 parent 497ae72 commit 94b35c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/PackageCard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const emit = defineEmits<{
5656
>
5757
<span
5858
v-if="isExactMatch"
59-
class="text-xs px-1.5 py-0.5 ml-2 rounded bg-accent/20 border border-accent/30 text-accent"
59+
class="text-xs px-1.5 py-0.5 ml-2 rounded bg-bg-elevated border border-border-hover text-fg"
6060
>{{ $t('search.exact_match') }}</span
6161
>
6262
</component>

0 commit comments

Comments
 (0)