File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1315,7 +1315,7 @@ <h1 class="menu-item-header-text">Style</h1>
13151315< div class ="input-wrap ">
13161316< label for ="control-theme-radius "> Radius</ label >
13171317< div class ="form-group form-group-block mb-0 ">
1318- < input id ="control-theme-radius " class ="control-theme-radius mr-3 " type ="range " min ="0 " max ="300 " value ="0 " step ="10 " tabindex ="-1 ">
1318+ < input id ="control-theme-radius " class ="control-theme-radius mr-3 " type ="range " min ="0 " max ="300 " value ="0 " step ="5 " tabindex ="-1 ">
13191319< div class ="control-theme-radius-count form-group-text form-group-medium form-group-radius-left "> </ div >
13201320</ div >
13211321</ div >
Original file line number Diff line number Diff line change @@ -2466,7 +2466,7 @@ var control = (function(){
24662466element : helper . e ( ".control-theme-radius-default" ) ,
24672467type : "button" ,
24682468func : function ( ) {
2469- mod . setValue ( "theme.radius" , 0.2 ) ;
2469+ mod . setValue ( "theme.radius" , 0.25 ) ;
24702470theme . render . radius ( ) ;
24712471render . update ( ) ;
24722472}
Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ var state = (function(){
219219}
220220} ,
221221style : "dark" ,
222- radius : 0.2
222+ radius : 0.25
223223} ,
224224background : {
225225color : {
You can’t perform that action at this time.
0 commit comments