aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/wearable/qml/Style/Slider.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickcontrols2/wearable/qml/Style/Slider.qml')
-rw-r--r--examples/quickcontrols2/wearable/qml/Style/Slider.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/quickcontrols2/wearable/qml/Style/Slider.qml b/examples/quickcontrols2/wearable/qml/Style/Slider.qml
index 0f19fbca..cdff4aec 100644
--- a/examples/quickcontrols2/wearable/qml/Style/Slider.qml
+++ b/examples/quickcontrols2/wearable/qml/Style/Slider.qml
@@ -66,14 +66,14 @@ T.Slider {
radius: 5
color: control.pressed ? "#f0f0f0" : "#f6f6f6"
- border.color: UIStyle.colorQtGray7
+ border.color: UIStyle.themeColorQtGray7
}
background: Rectangle {
y: (control.height - height) / 2
height: 4
radius: 2
- color: UIStyle.colorQtGray3
+ color: UIStyle.themeColorQtGray3
Rectangle {
width: control.visualPosition * parent.width