@@ -29,12 +29,12 @@ function isCategoryNoneSelected(category: string): boolean {
2929 <div v-for =" category in categoryOrder" :key =" category" >
3030 <!-- Category header with all/none buttons -->
3131 <div class =" flex items-center gap-2 mb-2" >
32- <span class =" text-[10px] text-fg-subtle uppercase tracking-wider" >
32+ <span class =" text-3xs text-fg-subtle uppercase tracking-wider" >
3333 {{ getCategoryLabel(category) }}
3434 </span >
3535 <button
3636 type =" button"
37- class =" text-[10px] transition-colors focus-visible:outline-none focus-visible:underline focus-visible:underline-accent"
37+ class =" text-3xs transition-colors focus-visible:outline-none focus-visible:underline focus-visible:underline-accent"
3838 :class ="
3939 isCategoryAllSelected(category)
4040 ? 'text-fg-muted'
@@ -48,10 +48,10 @@ function isCategoryNoneSelected(category: string): boolean {
4848 >
4949 {{ $t('compare.facets.all') }}
5050 </button >
51- <span class =" text-[10px] text-fg-muted/40" >/</span >
51+ <span class =" text-2xs text-fg-muted/40" >/</span >
5252 <button
5353 type =" button"
54- class =" text-[10px] transition-colors focus-visible:outline-none focus-visible:underline focus-visible:underline-accent"
54+ class =" text-3xs transition-colors focus-visible:outline-none focus-visible:underline focus-visible:underline-accent"
5555 :class ="
5656 isCategoryNoneSelected(category)
5757 ? 'text-fg-muted'
@@ -94,7 +94,7 @@ function isCategoryNoneSelected(category: string): boolean {
9494 aria-hidden =" true"
9595 />
9696 {{ facet.label }}
97- <span v-if =" facet.comingSoon" class =" text-[9px] "
97+ <span v-if =" facet.comingSoon" class =" text-4xs "
9898 >({{ $t('compare.facets.coming_soon') }})</span
9999 >
100100 </button >
0 commit comments