From a0242c53e22afe3af9a0defd05023f116f0e39ff Mon Sep 17 00:00:00 2001 From: John Scipione Date: Thu, 15 Oct 2015 16:05:36 -0700 Subject: [PATCH] Mail: Update background color to use setting Fixes #12360 --- src/apps/mail/FindWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/mail/FindWindow.cpp b/src/apps/mail/FindWindow.cpp index c5cbee3b80..d7b78b9405 100644 --- a/src/apps/mail/FindWindow.cpp +++ b/src/apps/mail/FindWindow.cpp @@ -136,7 +136,7 @@ FindPanel::~FindPanel() void FindPanel::AttachedToWindow() { BView::AttachedToWindow(); - SetViewColor(216, 216, 216); + SetViewColor(ui_color(B_PANEL_BACKGROUND_COLOR)); Window()->SetDefaultButton(fFindButton); fFindButton->SetTarget(this);