tangled
alpha
login
or
join now
davidwindham.com
/
npmx.dev
forked from
npmx.dev/npmx.dev
0
fork
atom
[READ-ONLY] a fast, modern browser for the npm registry
0
fork
atom
overview
issues
pulls
pipelines
fix: address colour contrast with `exact` badge
Daniel Roe
2 months ago
94b35c2c
497ae727
+1
-1
1 changed file
expand all
collapse all
unified
split
app
components
PackageCard.vue
+1
-1
app/components/PackageCard.vue
···
56
56
>
57
57
<span
58
58
v-if="isExactMatch"
59
59
-
class="text-xs px-1.5 py-0.5 ml-2 rounded bg-accent/20 border border-accent/30 text-accent"
59
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>