From 9407ec9cfb689fb91e7e0a9b0f2fb82cd73b78d0 Mon Sep 17 00:00:00 2001 From: Willem Melching Date: Mon, 4 Jan 2021 10:33:43 +0100 Subject: [PATCH] Nicer blue/red colors offroad alert button old-commit-hash: 250f285894d2dfb1cd4315e92ee4e7b3c98cfb39 --- selfdrive/ui/qt/home.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); }