chore(Labels): formatting

This commit is contained in:
Ilia Mashkov
2026-01-30 00:47:07 +03:00
parent a3f9bc12a0
commit 90f11d8d16

View File

@@ -95,7 +95,8 @@ function selectFontB(fontId: string) {
style:opacity={sliderPos < 15 ? 0 : 1}
>
<span class="text-[0.5rem] font-mono uppercase tracking-widest text-indigo-400">
Baseline</span>
Baseline
</span>
{@render fontSelector(fontB.name, fontB.id, fontList, selectFontB)}
</div>
@@ -104,7 +105,8 @@ function selectFontB(fontId: string) {
style:opacity={sliderPos > 85 ? 0 : 1}
>
<span class="text-[0.5rem] font-mono uppercase tracking-widest text-slate-400">
Comparison</span>
Comparison
</span>
{@render fontSelector(fontA.name, fontA.id, fontList, selectFontA)}
</div>
</div>