diff --git a/src/monitor/NodeStatusWnd.h b/src/monitor/NodeStatusWnd.h index aaa7905d..a4bcf317 100644 --- a/src/monitor/NodeStatusWnd.h +++ b/src/monitor/NodeStatusWnd.h @@ -141,7 +141,7 @@ private: setColor(FColor::LightGray, FColor::Red3); } else if (m_control) { - setColor(FColor::LightGray, FColor::Purple4); + setColor(FColor::LightGray, FColor::Purple1); } else if (m_tx) { setColor(FColor::LightGray, FColor::Green1);