From d78ce0b466b212bff3bfd256ebf1c0c70d5c4b55 Mon Sep 17 00:00:00 2001 From: Arseniy Movshev Date: Wed, 18 Jan 2023 19:01:10 +0000 Subject: Tweak the UI colours for aesthetics and readability consolidate most of the colours into `colors` - also rename this to US 'colors' for consistency make all icons in setpointpage white for readability --- src/MapWaypoint.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/MapWaypoint.qml') 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 -- cgit v1.2.3-54-g00ecf