Skip to content

Commit 32c4f99

Browse files
committed
Docs App: set the default to theme light inside the MainContainer #5455
1 parent 8c3392a commit 32c4f99

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/app/view/MainContainer.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ class MainContainer extends Viewport {
4242
* @member {Neo.collection.Base|null} store_=null
4343
*/
4444
store_: null,
45+
/**
46+
* Important for the Portal App, until the new theme fully supports it
47+
* @member {String} theme='neo-theme-light'
48+
*/
49+
theme: 'neo-theme-light',
4550
/**
4651
* @member {Array} items=[//...]
4752
*/

0 commit comments

Comments
 (0)