number input height set

This commit is contained in:
Attila Cseh
2025-09-05 13:02:35 +02:00
committed by psychedelicious
parent a014867e68
commit 4231488da6

View File

@@ -173,7 +173,7 @@ const SliderToolWidthPickerComponent = memo(
useResizeObserver(ref, (entry) => onComponentWidthChange(entry.contentRect.width));
return (
<Flex ref={ref} w={SLIDER_PICKER_WIDTH} h={8} gap={4} >
<Flex ref={ref} w={SLIDER_PICKER_WIDTH} h={8} gap={4}>
<CompositeSlider
w={200}
min={0}