Skip to content

Commit

Permalink
ui: 15% opacity drop shadow with Feature Status (commaai#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnyhaibin authored Sep 14, 2023
1 parent ccde494 commit a809a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/ui/qt/onroad.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1466,7 +1466,7 @@ void AnnotatedCameraWidget::drawFeatureStatusText(QPainter &p, int x, int y) {
const int text_height = 34;
const int drop_shadow_size = 2;
QColor text_color = Qt::white;
QColor shadow_color = Qt::black;
QColor shadow_color = blackColor(38);

p.setFont(InterFont(32, QFont::Bold));

Expand Down

0 comments on commit a809a7f

Please sign in to comment.