chore: semiDarkMenu renamed semiDarkSidebar (#4152)

This commit is contained in:
Vben
2024-08-14 22:20:10 +08:00
committed by GitHub
parent 8f40d5107c
commit 9c6e059aac
9 changed files with 15 additions and 15 deletions

View File

@@ -48,7 +48,7 @@ const { updateWatermark } = useWatermark();
const lockStore = useLockStore();
const sidebarTheme = computed(() => {
const dark = isDark.value || preferences.theme.semiDarkMenu;
const dark = isDark.value || preferences.theme.semiDarkSidebar;
return dark ? 'dark' : 'light';
});