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
+1 -1
View File
@@ -148,7 +148,7 @@ const inputClasses = $derived(cn(
{#if helperText}
<span
class={cn(
'text-[0.625rem] font-mono tracking-wide px-1',
'text-2xs font-mono tracking-wide px-1',
error ? 'text-brand ' : 'text-secondary',
)}
>