Merge branch 'master' into enhance/refacotr-ui-x-menu

This commit is contained in:
Tienson Qin
2024-02-06 10:25:38 +08:00
committed by GitHub
13 changed files with 664 additions and 71 deletions

View File

@@ -375,3 +375,7 @@ html.is-mobile {
.ui__toggle-background-off {
background: var(--lx-gray-08, rgb(212, 212, 212));
}
input[type='range'] {
accent-color: var(--lx-accent-10, var(--rx-blue-10));
}