Skip to content

Commit

Permalink
fix(ui): incorrect accent color for the range slider
Browse files Browse the repository at this point in the history
  • Loading branch information
xyhp915 authored and tiensonqin committed Feb 5, 2024
1 parent 51b90a6 commit 2fdd690
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/frontend/ui.css
Expand Up @@ -381,3 +381,7 @@ html.is-mobile {
.ui__toggle-background-off {
background: or(--ls-toggle-off-background, --lx-gray-08, rgb(212, 212, 212));
}

input[type='range'] {
accent-color: var(--lx-accent-10, var(--rx-blue-10));
}

0 comments on commit 2fdd690

Please sign in to comment.