Nicer blue/red colors offroad alert button

old-commit-hash: 250f285894
commatwo_master
Willem Melching 4 years ago
parent 6d729af2f9
commit 9407ec9cfb
  1. 4
      selfdrive/ui/qt/home.cc

@ -111,10 +111,10 @@ void OffroadHome::refresh() {
border-radius: 5px; border-radius: 5px;
font-size: 40px; font-size: 40px;
font-weight: bold; font-weight: bold;
background-color: red; background-color: #E22C2C;
)"); )");
if (alerts_widget->updateAvailable){ if (alerts_widget->updateAvailable){
style.replace("red", "blue"); style.replace("#E22C2C", "#364DEF");
} }
alert_notification->setStyleSheet(style); alert_notification->setStyleSheet(style);
} }

Loading…
Cancel
Save