diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-03-17 14:18:18 -0400 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-03-17 14:18:18 -0400 |
| commit | 76b2b96be41d276505b4346433a1bcd7adb9d004 (patch) | |
| tree | 9c51af9081cfcea3276e92ceb32f89ffb0e44af1 /components/controls | |
| parent | fix workspace indicator offset (diff) | |
| download | caelestia-shell-main.tar.gz caelestia-shell-main.tar.bz2 caelestia-shell-main.zip | |
Diffstat (limited to 'components/controls')
| -rw-r--r-- | components/controls/FilledSlider.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/controls/FilledSlider.qml b/components/controls/FilledSlider.qml index 80dd44c..493386d 100644 --- a/components/controls/FilledSlider.qml +++ b/components/controls/FilledSlider.qml @@ -25,7 +25,7 @@ Slider { y: root.handle.y implicitHeight: parent.height - y - color: Colours.palette.m3secondary + color: Colours.palette.m3onSurfaceVariant radius: parent.radius } } |