We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
exact
1 parent 1dfd6a3 commit 82bff21Copy full SHA for 82bff21
1 file changed
app/components/PackageCard.vue
@@ -56,7 +56,7 @@ const emit = defineEmits<{
56
>
57
<span
58
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"
+ class="text-xs px-1.5 py-0.5 ml-2 rounded bg-bg-elevated border border-border-hover text-fg"
60
>{{ $t('search.exact_match') }}</span
61
62
</component>
0 commit comments