feat(ui): color picker number input outline styling

This commit is contained in:
psychedelicious
2025-09-08 13:42:16 +10:00
parent 4231488da6
commit f284d282c1

View File

@@ -186,8 +186,8 @@ const SliderToolWidthPickerComponent = memo(
alwaysShowMarks
/>
<CompositeNumberInput
w={24}
h={8}
w={28}
variant="outline"
min={1}
max={600}
value={localValue}