Skip to content

Commit fd28259

Browse files
fix: add badge-accent to tag
1 parent 70c2444 commit fd28259

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

app/components/VersionSelector.vue

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -613,11 +613,7 @@ watch(
613613
v-for="tag in v.tags"
614614
:key="tag"
615615
class="text-4xs px-1 py-0.5 rounded font-sans font-medium"
616-
:class="
617-
tag === 'latest'
618-
? 'bg-emerald-500/10 text-emerald-400'
619-
: 'bg-bg-muted text-fg-subtle'
620-
"
616+
:class="tag === 'latest' ? 'badge-accent' : 'badge-subtle'"
621617
>
622618
{{ tag }}
623619
</span>

0 commit comments

Comments
 (0)