summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorATMDA <atdma2600@gmail.com>2025-11-15 21:09:10 -0500
committerATMDA <atdma2600@gmail.com>2025-11-15 21:09:10 -0500
commit28be7e8d33301ea5ea40b0606ff1c02711b076e1 (patch)
tree0427c346a1116168b5981ddbd30c7064fd8a21be
parentcontrolcenter: max padding now 2 (diff)
downloadcaelestia-shell-28be7e8d33301ea5ea40b0606ff1c02711b076e1.tar.gz
caelestia-shell-28be7e8d33301ea5ea40b0606ff1c02711b076e1.tar.bz2
caelestia-shell-28be7e8d33301ea5ea40b0606ff1c02711b076e1.zip
controlcenter: slider component color fix for transparency layers
-rw-r--r--components/controls/StyledSlider.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/controls/StyledSlider.qml b/components/controls/StyledSlider.qml
index 55e8c8d..0ef229d 100644
--- a/components/controls/StyledSlider.qml
+++ b/components/controls/StyledSlider.qml
@@ -32,7 +32,7 @@ Slider {
implicitWidth: parent.width - root.handle.x - root.handle.implicitWidth - root.implicitHeight / 6
- color: Colours.layer(Colours.palette.m3surfaceContainer, 2)
+ color: Colours.palette.m3surfaceContainerHighest
radius: Appearance.rounding.full
topLeftRadius: root.implicitHeight / 15
bottomLeftRadius: root.implicitHeight / 15