SidebarMenu: use foreground color
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
background-color: var(--background-color);
|
||||
background-color: var(--foreground-color);
|
||||
transform: translateX(-275px);
|
||||
transition: all 0.15s linear;
|
||||
z-index: 10001;
|
||||
|
||||
Reference in New Issue
Block a user