diff --git a/src/servers/notification/NotificationView.cpp b/src/servers/notification/NotificationView.cpp index 0ab0dad7cf..40704b98fa 100644 --- a/src/servers/notification/NotificationView.cpp +++ b/src/servers/notification/NotificationView.cpp @@ -241,7 +241,12 @@ NotificationView::Draw(BRect updateRect) BRect stripeRect = Bounds(); stripeRect.right = kIconStripeWidth; + SetHighColor(tint_color(ui_color(B_PANEL_BACKGROUND_COLOR), + B_DARKEN_1_TINT)); + FillRect(stripeRect); + SetHighColor(fStripeColor); + stripeRect.right = 2; FillRect(stripeRect); SetHighColor(ui_color(B_PANEL_TEXT_COLOR));