chore(Labels): formatting
This commit is contained in:
@@ -95,7 +95,8 @@ function selectFontB(fontId: string) {
|
|||||||
style:opacity={sliderPos < 15 ? 0 : 1}
|
style:opacity={sliderPos < 15 ? 0 : 1}
|
||||||
>
|
>
|
||||||
<span class="text-[0.5rem] font-mono uppercase tracking-widest text-indigo-400">
|
<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)}
|
{@render fontSelector(fontB.name, fontB.id, fontList, selectFontB)}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -104,7 +105,8 @@ function selectFontB(fontId: string) {
|
|||||||
style:opacity={sliderPos > 85 ? 0 : 1}
|
style:opacity={sliderPos > 85 ? 0 : 1}
|
||||||
>
|
>
|
||||||
<span class="text-[0.5rem] font-mono uppercase tracking-widest text-slate-400">
|
<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)}
|
{@render fontSelector(fontA.name, fontA.id, fontList, selectFontA)}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user