Skip to content

Commit 038e78e

Browse files
committed
[design] increase theme radius control options
1 parent d0f4567 commit 038e78e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/index.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1145,7 +1145,7 @@ <h1 class="menu-item-header-text">Style</h1>
11451145
<hr>
11461146
<divclass="input-wrap">
11471147
<labelfor="control-theme-radius">Radius</label>
1148-
<inputid="control-theme-radius" class="control-theme-radius" type="range" min="0" max="300" value="0" step="20" tabindex="-1">
1148+
<inputid="control-theme-radius" class="control-theme-radius" type="range" min="0" max="300" value="0" step="10" tabindex="-1">
11491149
</div>
11501150
<divclass="button-wrap">
11511151
<buttonclass="control-theme-radius-default button mb-0" tabindex="-1">Default radius</button>

0 commit comments

Comments
(0)