Add scaling in

This commit is contained in:
Kent Keirsey
2025-06-30 11:43:55 -04:00
committed by psychedelicious
parent 31f63e38bd
commit 6edce8be87

View File

@@ -41,8 +41,9 @@ export const UpscaleScaleSlider = memo(() => {
value={scale}
onChange={onChange}
defaultValue={4}
min={2}
min={1}
max={16}
step={0.5}
format={formatValue}
/>
</Flex>