We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70a16e8 commit 048f497Copy full SHA for 048f497
1 file changed
app/pages/package/[[org]]/[name]/versions.vue
@@ -376,7 +376,7 @@ const flatItems = computed<FlatItem[]>(() => {
376
<span class="i-lucide:list-filter size-3.5" aria-hidden="true" />
377
<span
378
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"
+ 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"
380
aria-hidden="true"
381
>
382
{{ activeFilterOptionsCount }}
0 commit comments