SidebarMenu: use foreground color
This commit is contained in:
parent
f7d1091e93
commit
8b9942ef2b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue