aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/wearable/qml/Style/PageIndicator.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickcontrols2/wearable/qml/Style/PageIndicator.qml')
-rw-r--r--examples/quickcontrols2/wearable/qml/Style/PageIndicator.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quickcontrols2/wearable/qml/Style/PageIndicator.qml b/examples/quickcontrols2/wearable/qml/Style/PageIndicator.qml
index 34bd27fc..81d4c9ef 100644
--- a/examples/quickcontrols2/wearable/qml/Style/PageIndicator.qml
+++ b/examples/quickcontrols2/wearable/qml/Style/PageIndicator.qml
@@ -67,7 +67,7 @@ T.PageIndicator {
implicitHeight: 8
radius: width / 2
- color: UIStyle.colorQtGray3
+ color: UIStyle.themeColorQtGray3
opacity: index === control.currentIndex ? 1.0 : 0.35