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

@@ -498,13 +498,13 @@ $namespace: vben;
--menu-background-color: transparent;
&.is-dark {
--menu-item-hover-color: var(--foreground);
--menu-item-hover-color: hsl(var(--accent-foreground));
--menu-item-hover-background-color: hsl(var(--accent));
--menu-item-active-color: hsl(var(--foreground));
--menu-item-active-color: hsl(var(--accent-foreground));
--menu-item-active-background-color: hsl(var(--accent));
--menu-submenu-active-color: hsl(var(--foreground));
--menu-submenu-active-background-color: hsl(var(--accent));
--menu-submenu-hover-color: hsl(var(--foreground));
--menu-submenu-hover-color: hsl(var(--accent-foreground));
--menu-submenu-hover-background-color: hsl(var(--accent));
}