enhance(ui): polish toggle button for the non-accent colors

This commit is contained in:
charlie
2024-01-23 18:09:58 +08:00
parent 388e9f33fc
commit c32a569270
4 changed files with 21 additions and 7 deletions

View File

@@ -373,5 +373,5 @@ html.is-mobile {
}
.ui__toggle-background-off {
background: or(--ls-toggle-off-background, --lx-gray-08, rgb(212, 212, 212));
background: var(--lx-gray-08, rgb(212, 212, 212));
}