From 7f42a4ba2889ad6b047adf6c5c817c3fb154a59c Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 2 May 2024 20:18:54 -0500 Subject: [PATCH] wip --- selfdrive/ui/ui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/ui/ui.h b/selfdrive/ui/ui.h index d6a7434..b8faf7c 100644 --- a/selfdrive/ui/ui.h +++ b/selfdrive/ui/ui.h @@ -130,7 +130,7 @@ enum PrimeType { const QColor bg_colors [] = { [STATUS_DISENGAGED] = QColor(0x17, 0x33, 0x49, 0xc8), - [STATUS_OVERRIDE] = QColor(0x91, 0x7b, 0x7b, 0xf1)), + [STATUS_OVERRIDE] = QColor(0x91, 0x7b, 0x7b, 0xf1), [STATUS_ENGAGED] = QColor(0x91, 0x7b, 0x7b, 0xf1), // CLEARPILOT changed to redish gray // FrogPilot colors