diff --git a/selfdrive/ui/ui.c b/selfdrive/ui/ui.c index 1fdbb71457..086d9e2fea 100644 --- a/selfdrive/ui/ui.c +++ b/selfdrive/ui/ui.c @@ -629,7 +629,7 @@ static void ui_draw_rounded_rect( nvgRoundedRect(c, x, y, bottom_x, bottom_y, radius); // Color the rect - nvgFillColor(c, nvgRGBA(10, 10, 10, 150)); + nvgFillColor(c, color); // Draw the rect nvgFill(c);