Fixed Slider

This commit is contained in:
2026-04-01 13:23:41 +11:00
parent 40853d6e64
commit 59562f8264
@@ -330,7 +330,7 @@ export const Settings = () => {
</div> </div>
<input <input
type="range" type="range"
min={0} min={5}
max={100} max={100}
step={1} step={1}
value={singleAlpha} value={singleAlpha}