fix(ui): incorrect background color for the left sidebar on mobile #10572

This commit is contained in:
charlie
2023-11-30 14:21:27 +08:00
committed by Andelf
parent 9e8cc6efb4
commit 416e1477f9
2 changed files with 5 additions and 1 deletions

View File

@@ -80,7 +80,7 @@
}
.dark .left-sidebar-inner {
background-color: or(--ls-left-sidebar-background-color, --lx-gray-01, --ls-primary-background);
background-color: or(--ls-left-sidebar-background-color, --lx-gray-01, --ls-primary-background-color);
}
.left-sidebar-inner {