diff --git a/ground/openpilotgcs/share/openpilotgcs/pfd/default/AltitudeScale.qml b/ground/openpilotgcs/share/openpilotgcs/pfd/default/AltitudeScale.qml index 9aaa82030..52d6fd09c 100644 --- a/ground/openpilotgcs/share/openpilotgcs/pfd/default/AltitudeScale.qml +++ b/ground/openpilotgcs/share/openpilotgcs/pfd/default/AltitudeScale.qml @@ -123,7 +123,7 @@ Item { Text { id: altitude_unit_text text: qmlWidget.altitudeUnit - color: "white" + color: "cyan" font { family: "Arial" pixelSize: parent.height * 0.6 diff --git a/ground/openpilotgcs/share/openpilotgcs/pfd/default/SpeedScale.qml b/ground/openpilotgcs/share/openpilotgcs/pfd/default/SpeedScale.qml index cf51768e9..d86332410 100644 --- a/ground/openpilotgcs/share/openpilotgcs/pfd/default/SpeedScale.qml +++ b/ground/openpilotgcs/share/openpilotgcs/pfd/default/SpeedScale.qml @@ -113,7 +113,7 @@ Item { Text { id: speed_unit_text text: qmlWidget.speedUnit - color: "white" + color: "cyan" font { family: "Arial" pixelSize: parent.height * 0.6 diff --git a/ground/openpilotgcs/share/openpilotgcs/pfd/default/VsiScale.qml b/ground/openpilotgcs/share/openpilotgcs/pfd/default/VsiScale.qml index 5405e8dcd..144c467f3 100644 --- a/ground/openpilotgcs/share/openpilotgcs/pfd/default/VsiScale.qml +++ b/ground/openpilotgcs/share/openpilotgcs/pfd/default/VsiScale.qml @@ -97,7 +97,7 @@ Item { Text { text: qmlWidget.altitudeUnit == "m" ? "m/s" : "ft/s" - color: "white" + color: "cyan" font { family: "Arial" pixelSize: parent.height * 1.7