Increase max size to 1

This commit is contained in:
Matthew Taylor 2017-10-25 14:22:36 -04:00
parent 3574918f23
commit e2fd966ae9

View file

@ -51,7 +51,7 @@ const ModeToolsComponent = props => {
<BufferedInput
small
max={MAX_STROKE_WIDTH}
min="0"
min="1"
type="number"
value={props.brushValue}
onSubmit={props.onBrushSliderChange}
@ -71,7 +71,7 @@ const ModeToolsComponent = props => {
<BufferedInput
small
max={MAX_STROKE_WIDTH}
min="0"
min="1"
type="number"
value={props.eraserValue}
onSubmit={props.onEraserSliderChange}