change max toolbar size

This commit is contained in:
zombieFox 2021-08-14 22:44:51 +01:00
parent 243efc845b
commit c9262afc22
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ state.minMax = {
padding: { min: 0, max: 300 }, padding: { min: 0, max: 300 },
gutter: { min: 0, max: 300 } gutter: { min: 0, max: 300 }
}, },
toolbar: { size: { min: 50, max: 300 } }, toolbar: { size: { min: 50, max: 500 } },
theme: { theme: {
color: { color: {
range: { primary: { h: { min: 0, max: 359 }, s: { min: 0, max: 100 } } }, range: { primary: { h: { min: 0, max: 359 }, s: { min: 0, max: 100 } } },