mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 10:26:35 +00:00
fix(ui): incorrect background color for the left sidebar on mobile #10572
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user