mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-24 10:37:16 +00:00
Increase band size
This commit is contained in:
parent
cfeef49ba7
commit
ef4ab0f8e7
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ export default function Band({ id, onChange, band }: Props) {
|
|||
return (
|
||||
<div id={id} className="band" style={{ backgroundPosition }}>
|
||||
<VerticalSlider
|
||||
height={62}
|
||||
height={63}
|
||||
width={14}
|
||||
handleHeight={11}
|
||||
value={1 - value / MAX_VALUE}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue