increase max radius to 2

This commit is contained in:
Geoff Doty 2021-10-16 04:16:12 -04:00
parent a7d6377960
commit d3ccfc0f4a
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@
<div class="grid">
<div>
<label for="radius">Border Radius</label>
<input type="range" name="radius" id="radius" min="0" max="1" step="0.05" value="0" list="tickmarks">
<input type="range" name="radius" id="radius" min="0" max="2" step="0.05" value="0" list="tickmarks">
</div>
<div>
<label for="spacing">Element Spacing</label>