Skip to content

Commit 048f497

Browse files
committed
refactor: use pre-defined tailwind token
1 parent 70a16e8 commit 048f497

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/pages/package/[[org]]/[name]/versions.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ const flatItems = computed<FlatItem[]>(() => {
376376
<span class="i-lucide:list-filter size-3.5" aria-hidden="true" />
377377
<span
378378
v-if="activeFilterOptionsCount"
379-
class="absolute -top-1 -end-1 min-w-4 h-4 px-1 rounded-full bg-accent text-bg text-[10px] leading-4 font-mono"
379+
class="absolute -top-1 -end-1 min-w-4 h-4 px-1 rounded-full bg-accent text-bg text-3xs leading-4 font-mono"
380380
aria-hidden="true"
381381
>
382382
{{ activeFilterOptionsCount }}

0 commit comments

Comments
 (0)