mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
number input height set
This commit is contained in:
committed by
psychedelicious
parent
a014867e68
commit
4231488da6
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user