refactor: replace arbitrary text sizes in ComboControl, ControlGroup, Input, Slider, SectionHeader
This commit is contained in:
@@ -69,7 +69,7 @@ let {
|
||||
|
||||
const isVertical = $derived(orientation === 'vertical');
|
||||
|
||||
const labelClasses = `font-mono text-[0.625rem] tabular-nums shrink-0
|
||||
const labelClasses = `font-mono text-2xs tabular-nums shrink-0
|
||||
text-secondary
|
||||
group-hover:text-neutral-700 dark:group-hover:text-neutral-300
|
||||
transition-colors`;
|
||||
|
||||
Reference in New Issue
Block a user