diff --git a/selfdrive/ui/qt/home.cc b/selfdrive/ui/qt/home.cc index 750c2fc7df..ad648edecd 100644 --- a/selfdrive/ui/qt/home.cc +++ b/selfdrive/ui/qt/home.cc @@ -111,10 +111,10 @@ void OffroadHome::refresh() { border-radius: 5px; font-size: 40px; font-weight: bold; - background-color: red; + background-color: #E22C2C; )"); if (alerts_widget->updateAvailable){ - style.replace("red", "blue"); + style.replace("#E22C2C", "#364DEF"); } alert_notification->setStyleSheet(style); }