enhance(ui): replace the hard color to radix and shadcn vars color

This commit is contained in:
charlie
2024-01-21 18:25:03 +08:00
parent 48375b8bc8
commit 252d3b4f27
12 changed files with 257 additions and 183 deletions

View File

@@ -477,10 +477,10 @@
}
.color-level {
background-color: or(--ls-right-sidebar-content-background, --lx-gray-02, --color-level-1);
background-color: or(--ls-right-sidebar-content-background, --lx-gray-02, --color-level-1, --rx-gray-02);
.dark & {
background-color: or(--ls-right-sidebar-content-background, --lx-gray-01, --color-level-1);
background-color: or(--ls-right-sidebar-content-background, --lx-gray-01, --color-level-1, --rx-gray-01);
}
& .color-level {