Apollo Vite Version 5.0 - Dim Color Scheme Layout Setting Not Working #785
-
I just purchased and installed the Apollo Vue 5.0 Vite theme and noticed the colorScheme: 'dim' setting does not work when editing the layout.js file. When I update this setting to 'dim' and load the theme, 'Dim' is selected in the layout selector (cog icon) on the right of screen, but the Light theme is still showing. (Other settings like menuMode (static, slim etc.) seem to be working fine.) Example: const layoutConfig = reactive({ The same thing happens when trying to update the App.vue file via this method: <script setup> import { useLayout } from '@/layout/composables/layout'; const { layoutConfig } = useLayout(); layoutConfig.colorScheme.value = 'dim'; </script>Is this a known bug and do you have a recommended fix or timeline for theme update? Thanks in advance for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
It seems the default theme is still light theme. To change the default theme, you could change this line to 'theme-dim'
|
Beta Was this translation helpful? Give feedback.
It seems the default theme is still light theme. To change the default theme, you could change this line to 'theme-dim'
index.html