Remove redundant code and fix brightness slider color

This commit is contained in:
Jas Singh
2024-07-18 00:37:58 -07:00
parent 8015294183
commit 38c0326673
3 changed files with 2 additions and 10 deletions

View File

@@ -361,7 +361,7 @@ const options = mkOptions(OPTIONS, {
active: opt(colors.yellow),
},
slider: {
primary: opt(colors.lavender),
primary: opt(colors.yellow),
background: opt(colors.surface2),
backgroundhover: opt(colors.surface1),
puck: opt(colors.overlay0)