fix: right sidebar background color

This commit is contained in:
Tienson Qin
2023-11-13 13:48:18 +08:00
parent eaadd462ff
commit 88fc95a8ea
3 changed files with 2 additions and 2 deletions

View File

@@ -587,7 +587,6 @@
.cp__right-sidebar {
z-index: var(--ls-z-index-level-1);
transition: width 0.3s;
background-color: or(--ls-right-ridebar-color, --lx-gray-01, --ls-secondary-background-color, #d8e1e8);
position: relative;
user-select: none;