Increase band size

This commit is contained in:
Jordan Eldredge 2020-12-23 18:56:09 -08:00
parent cfeef49ba7
commit ef4ab0f8e7

View file

@ -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}