mirror of
https://github.com/meowarex/TidaLuna-Plugins.git
synced 2026-06-17 19:33:10 +10:00
Fixed Slider
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user