Nicer blue/red colors offroad alert button

albatross
Willem Melching 2021-01-04 10:33:43 +01:00
parent 06e3b1e445
commit 250f285894
1 changed files with 2 additions and 2 deletions

View File

@ -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);
}