refactor: replace arbitrary text sizes in ComboControl, ControlGroup, Input, Slider, SectionHeader

This commit is contained in:
Ilia Mashkov
2026-04-17 09:41:55 +03:00
parent 0737db69a9
commit 7b46e06f8b
5 changed files with 6 additions and 6 deletions
@@ -53,7 +53,7 @@ const indexStr = $derived(String(index).padStart(2, '0'));
</div>
{#if subtitle}
<span class="text-neutral-300 dark:text-neutral-700 text-[0.625rem] hidden md:inline">/</span>
<span class="text-neutral-300 dark:text-neutral-700 text-2xs hidden md:inline">/</span>
<Label variant="muted" size="sm">{subtitle}</Label>
{/if}
</div>