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

Unified Diff: ash/common/system/update/tray_update.cc

Issue 2360933002: [Chrome OS MD] Update the color of update button and improve its appearance (Closed)
Patch Set: address comments Created 4 years, 3 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 | « no previous file | ash/resources/vector_icons/system_menu_update.icon » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/update/tray_update.cc
diff --git a/ash/common/system/update/tray_update.cc b/ash/common/system/update/tray_update.cc
index 42666496ef8770a2b5c9f059fe9c1d75a6ced018..0f05af21f0c63e9c77f7e9562cd072f1e0f1b134 100644
--- a/ash/common/system/update/tray_update.cc
+++ b/ash/common/system/update/tray_update.cc
@@ -64,7 +64,7 @@ SkColor IconColorForUpdateSeverity(UpdateInfo::UpdateSeverity severity,
case UpdateInfo::UPDATE_NONE:
return default_color;
case UpdateInfo::UPDATE_LOW:
- return for_menu ? gfx::kGoogleGreen700 : gfx::kGoogleGreen300;
+ return for_menu ? gfx::kGoogleGreen700 : kTrayIconColor;
case UpdateInfo::UPDATE_ELEVATED:
return for_menu ? gfx::kGoogleYellow700 : gfx::kGoogleYellow300;
case UpdateInfo::UPDATE_HIGH:
« no previous file with comments | « no previous file | ash/resources/vector_icons/system_menu_update.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698