fix: update themeVars access in useTheme composable and theme settings page
This commit is contained in:
@@ -36,7 +36,7 @@ export function useTheme() {
|
||||
theme: computed(() => store.theme),
|
||||
isDark: computed(() => store.isDark),
|
||||
currentThemeColor: computed(() => store.currentThemeColor),
|
||||
themeVars: computed(() => store.themeVars),
|
||||
themeVars: store.themeVars,
|
||||
|
||||
themeColorOptions,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user