Fixed slider range background.

This commit is contained in:
2024-03-21 03:31:41 +01:00
parent 4b9cf25504
commit 899873d651
2 changed files with 2 additions and 1 deletions

View File

@@ -152,7 +152,7 @@ async function setRange(prop, value) {
.range {
--slider-track: var(--shadow-weak-30);
--slider-range: var(--primary-faded);
--slider-range: var(--primary-light-30);
--slider-thumb: var(--primary);
position: relative;