From c9262afc2274e624dbb280944e2975d7e557dc4f Mon Sep 17 00:00:00 2001 From: zombieFox Date: Sat, 14 Aug 2021 22:44:51 +0100 Subject: [PATCH] change max toolbar size --- src/component/state/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/component/state/index.js b/src/component/state/index.js index 5d50abed..62b51f8a 100644 --- a/src/component/state/index.js +++ b/src/component/state/index.js @@ -138,7 +138,7 @@ state.minMax = { padding: { min: 0, max: 300 }, gutter: { min: 0, max: 300 } }, - toolbar: { size: { min: 50, max: 300 } }, + toolbar: { size: { min: 50, max: 500 } }, theme: { color: { range: { primary: { h: { min: 0, max: 359 }, s: { min: 0, max: 100 } } },