diff options
Diffstat (limited to 'mobile-widgets')
-rw-r--r-- | mobile-widgets/qml/MapWidget.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/MapWidget.qml b/mobile-widgets/qml/MapWidget.qml index 20bb2a442..beb1b1b75 100644 --- a/mobile-widgets/qml/MapWidget.qml +++ b/mobile-widgets/qml/MapWidget.qml @@ -99,7 +99,7 @@ Item { id: mapItemText text: model.name font.pointSize: 11.0 - color: "white" + color: mapHelper.model.selectedUuid === model.uuid ? "white" : "lightgrey" } } } |