refactor: replace arbitrary text sizes in ComboControl, ControlGroup, Input, Slider, SectionHeader
This commit is contained in:
@@ -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',
|
||||
)}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user