aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/wearable/qml/WorldClock/Clock.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickcontrols2/wearable/qml/WorldClock/Clock.qml')
-rw-r--r--examples/quickcontrols2/wearable/qml/WorldClock/Clock.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quickcontrols2/wearable/qml/WorldClock/Clock.qml b/examples/quickcontrols2/wearable/qml/WorldClock/Clock.qml
index 143c0343..158f3d70 100644
--- a/examples/quickcontrols2/wearable/qml/WorldClock/Clock.qml
+++ b/examples/quickcontrols2/wearable/qml/WorldClock/Clock.qml
@@ -180,7 +180,7 @@ SwipeViewPage {
anchors.horizontalCenter: parent.horizontalCenter
text: cityName
- color: UIStyle.colorQtGray1
+ color: UIStyle.themeColorQtGray1
font.pixelSize: UIStyle.fontSizeXS
font.letterSpacing: 2
}