Issue changing layoutConfig in Apollo v6 #2966
Replies: 1 comment
-
Unfortunately, cannot replicate it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I’m trying to update layoutConfig to customize the init theme settings in my app, like so :
const layoutConfig = reactive({
preset: 'Aura',
primary: 'yellow',
surface: 'ocean',
darkTheme: true,
menuMode: 'static',
menuTheme: 'primaryColor'
});
However, the changes only seem to affect the menu, while the rest of the app remains unchanged :
I know there has been some discussion about this issue, but I haven't found a working solution yet.
the flow :
nothing else
Thank you for your help.
Beta Was this translation helpful? Give feedback.
All reactions