diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-05 10:19:46 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-05 10:19:46 +1000 |
| commit | c665c0ca98d72c172893e8bbd9c893aaa2b9f46e (patch) | |
| tree | 160713bc48b5332c0534d0d235ef7f100344eb58 /widgets/VerticalSlider.qml | |
| parent | bar: add scroll actions to fillers (diff) | |
| download | caelestia-shell-c665c0ca98d72c172893e8bbd9c893aaa2b9f46e.tar.gz caelestia-shell-c665c0ca98d72c172893e8bbd9c893aaa2b9f46e.tar.bz2 caelestia-shell-c665c0ca98d72c172893e8bbd9c893aaa2b9f46e.zip | |
feat: border + colour changes
Diffstat (limited to 'widgets/VerticalSlider.qml')
| -rw-r--r-- | widgets/VerticalSlider.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/widgets/VerticalSlider.qml b/widgets/VerticalSlider.qml index 1dc9ac4..68fa359 100644 --- a/widgets/VerticalSlider.qml +++ b/widgets/VerticalSlider.qml @@ -12,7 +12,7 @@ Slider { orientation: Qt.Vertical background: StyledRect { - color: Appearance.alpha(Appearance.colours.m3surfaceContainerHigh, true) + color: Appearance.alpha(Appearance.colours.m3surfaceContainer, true) radius: Appearance.rounding.full StyledRect { @@ -57,7 +57,7 @@ Slider { animate: true text: root.icon - color: Appearance.colours.m3onPrimary + color: Appearance.colours.m3onInverseSurface anchors.centerIn: parent states: State { |