Skip to content

Commit

Permalink
SpacingSizesControl: Increase slider's max value to 300 (#44956)
Browse files Browse the repository at this point in the history
100px is a little restrictive when it comes to padding and margin sizes.
Let's try bumping that up to 300px.
  • Loading branch information
noisysocks authored Oct 16, 2022
1 parent 735f838 commit 95c6575
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ export default function SpacingInputControl( {
<RangeControl
value={ customRangeValue }
min={ 0 }
max={ 100 }
max={ 300 }
withInputField={ false }
onChange={ handleCustomValueSliderChange }
className="components-spacing-sizes-control__custom-value-range"
Expand Down

0 comments on commit 95c6575

Please sign in to comment.