mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-23 10:07:35 +00:00
Fixes #366
This commit is contained in:
parent
c74c9fd0a3
commit
969cc4239b
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ const Band = ({ value, backgroundPosition, id, onChange }) =>
|
|||
<div id={id} className="band" style={{ backgroundPosition }}>
|
||||
<Slider
|
||||
type="range"
|
||||
min={1}
|
||||
min={0}
|
||||
max={MAX_VALUE}
|
||||
step={1}
|
||||
value={MAX_VALUE - value}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue