diff options
Diffstat (limited to 'components/controls/FilledSlider.qml')
| -rw-r--r-- | components/controls/FilledSlider.qml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/components/controls/FilledSlider.qml b/components/controls/FilledSlider.qml index 8d0e547..af60e9f 100644 --- a/components/controls/FilledSlider.qml +++ b/components/controls/FilledSlider.qml @@ -14,7 +14,7 @@ Slider { orientation: Qt.Vertical background: StyledRect { - color: Colours.alpha(Colours.palette.m3surfaceContainer, true) + color: Colours.tPalette.m3surfaceContainer radius: Appearance.rounding.full StyledRect { @@ -24,7 +24,7 @@ Slider { y: root.handle.y implicitHeight: parent.height - y - color: Colours.alpha(Colours.palette.m3secondary, true) + color: Colours.palette.m3secondary radius: parent.radius } } @@ -49,7 +49,7 @@ Slider { anchors.fill: parent - color: Colours.alpha(Colours.palette.m3inverseSurface, true) + color: Colours.palette.m3inverseSurface radius: Appearance.rounding.full MouseArea { |