diff options
Diffstat (limited to 'resources/qml/ui/NhekoSlider.qml')
-rw-r--r-- | resources/qml/ui/NhekoSlider.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/qml/ui/NhekoSlider.qml b/resources/qml/ui/NhekoSlider.qml index 724e6e48..5e3a77d8 100644 --- a/resources/qml/ui/NhekoSlider.qml +++ b/resources/qml/ui/NhekoSlider.qml @@ -9,7 +9,7 @@ import im.nheko 1.0 Slider { id: control - property color progressColor: Nheko.colors.highlight + property color progressColor: palette.highlight property bool alwaysShowSlider: true property int sliderRadius: 16 @@ -25,7 +25,7 @@ Slider { width: control.availableWidth - handle.width height: implicitHeight radius: height / 2 - color: Nheko.colors.buttonText + color: palette.buttonText Rectangle { width: control.visualPosition * parent.width |