Browse Source

bugfix: could not set style on screen root

master
Michael Shanks 6 years ago
parent
commit
f2d696ce82
  1. 6
      packages/server/src/utilities/appDirectoryTemplate/pages/main/page.json
  2. 6
      packages/server/src/utilities/appDirectoryTemplate/pages/unauthenticated/page.json

6
packages/server/src/utilities/appDirectoryTemplate/pages/main/page.json

@ -9,8 +9,10 @@
"_id": 0,
"type": "div",
"_styles": {
"layout": {},
"position": {}
"active": {},
"hover": {},
"normal": {},
"selected": {}
},
"_code": ""
},

6
packages/server/src/utilities/appDirectoryTemplate/pages/unauthenticated/page.json

@ -9,8 +9,10 @@
"_id": 1,
"type": "div",
"_styles": {
"layout": {},
"position": {}
"active": {},
"hover": {},
"normal": {},
"selected": {}
},
"_code": ""
},

Loading…
Cancel
Save