aboutsummaryrefslogtreecommitdiff
path: root/src/MapWaypoint.qml
diff options
context:
space:
mode:
authorArseniy Movshev <dodoradio@outlook.com>2023-01-18 19:01:10 +0000
committerArseniy Movshev <dodoradio@outlook.com>2023-01-18 20:29:48 +0000
commitd78ce0b466b212bff3bfd256ebf1c0c70d5c4b55 (patch)
tree53ef3608dfe89ecaff3093e041be5fa56d2c0635 /src/MapWaypoint.qml
parent38d6e68a153061917672af697d1d12f4755387ee (diff)
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
Diffstat (limited to '')
-rw-r--r--src/MapWaypoint.qml2
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