[READ-ONLY] a fast, modern browser for the npm registry

fix: address colour contrast with `exact` badge

+1 -1
+1 -1
app/components/PackageCard.vue
··· 56 56 > 57 57 <span 58 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" 59 + class="text-xs px-1.5 py-0.5 ml-2 rounded bg-bg-elevated border border-border-hover text-fg" 60 60 >{{ $t('search.exact_match') }}</span 61 61 > 62 62 </component>