diff options
Diffstat (limited to 'src/MapWaypoint.qml')
-rw-r--r-- | src/MapWaypoint.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MapWaypoint.qml b/src/MapWaypoint.qml index f40f62d..2abfa31 100644 --- a/src/MapWaypoint.qml +++ b/src/MapWaypoint.qml @@ -16,7 +16,7 @@ MapQuickItem { width: Asteroid.Dims.w(12) iconName: "waypoint" height: width - iconColor: root.iconColor.hsvValue < 0.5 ? "white" : "black" + iconColor: root.iconColor.hsvValue < 0.5 ? "#E0E0E0" : colors.primary Asteroid.Icon { anchors.centerIn: parent width: parent.width*0.9 |