Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(189)

Unified Diff: ui/message_center/views/padded_button.cc

Issue 2820073002: Update the background color of ARC notifications when notification settings is opened. (Closed)
Patch Set: add comments Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/message_center/message_center_style.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/views/padded_button.cc
diff --git a/ui/message_center/views/padded_button.cc b/ui/message_center/views/padded_button.cc
index 4c73a90f41f8cfb762ecac089f4ea810351a5be5..08e3e6f16200b66dec6d653ae7bfcb30a799c1e3 100644
--- a/ui/message_center/views/padded_button.cc
+++ b/ui/message_center/views/padded_button.cc
@@ -22,8 +22,8 @@ PaddedButton::PaddedButton(views::ButtonListener* listener)
SetFocusPainter(views::Painter::CreateSolidFocusPainter(
kFocusBorderColor,
gfx::Insets(1, 2, 2, 2)));
- set_background(views::Background::CreateSolidBackground(
- SkColorSetA(SK_ColorWHITE, 0.9 * 0xff)));
+ set_background(
+ views::Background::CreateSolidBackground(kControlButtonBackgroundColor));
SetBorder(views::CreateEmptyBorder(gfx::Insets(kControlButtonBorderSize)));
set_animate_on_state_change(false);
« no previous file with comments | « ui/message_center/message_center_style.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698