Update App.jsx

edited the min value of spacing
This commit is contained in:
Ayaka
2022-10-12 11:44:54 +00:00
committed by GitHub
parent 4601d7e3e6
commit 671f0d0ade

View File

@@ -188,7 +188,7 @@ ctx.drawImage(img, 0,0, img.width, img.height,centerShift_x,centerShift_y,img.wi
<Slider
value={spaceSize}
onChange={(e, v) => setSpaceSize(v)}
min={1}
min={18}
max={100}
step={1}
track={false}