bugfix: master screen not styleable

This commit is contained in:
Michael Shanks 2020-06-25 17:46:43 +01:00
parent 3eedff15a6
commit 6592157527
2 changed files with 2 additions and 2 deletions

View File

@ -4,6 +4,7 @@
"stylesheets": [], "stylesheets": [],
"componentLibraries": ["@budibase/standard-components", "@budibase/materialdesign-components"], "componentLibraries": ["@budibase/standard-components", "@budibase/materialdesign-components"],
"props" : { "props" : {
"_id": "private-master-root",
"_component": "@budibase/standard-components/container", "_component": "@budibase/standard-components/container",
"_children": [ "_children": [
{ {
@ -19,7 +20,6 @@
"_children": [] "_children": []
} }
], ],
"_id": 0,
"type": "div", "type": "div",
"_styles": { "_styles": {
"active": {}, "active": {},

View File

@ -7,6 +7,7 @@
"favicon": "./_shared/favicon.png", "favicon": "./_shared/favicon.png",
"stylesheets": [], "stylesheets": [],
"props": { "props": {
"_id": "public-master-root",
"_component": "@budibase/standard-components/container", "_component": "@budibase/standard-components/container",
"_children": [ "_children": [
{ {
@ -30,7 +31,6 @@
"logo": "" "logo": ""
} }
], ],
"_id": 1,
"type": "div", "type": "div",
"_styles": { "_styles": {
"layout": {}, "layout": {},