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

Unified Diff: ui/native_theme/common_theme.cc

Issue 2374253011: Update "primary" text color for Harmony. (Closed)
Patch Set: 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/native_theme/common_theme.cc
diff --git a/ui/native_theme/common_theme.cc b/ui/native_theme/common_theme.cc
index ea18adb1fdf6a4dff183f7010f424401630297ed..350018238661b54fdfbd58b40d219bf0a6a0336a 100644
--- a/ui/native_theme/common_theme.cc
+++ b/ui/native_theme/common_theme.cc
@@ -23,7 +23,7 @@ SkColor GetAuraColor(NativeTheme::ColorId color_id,
const NativeTheme* base_theme) {
// Second wave of MD colors (colors that only appear in secondary UI).
if (ui::MaterialDesignController::IsSecondaryUiMaterial()) {
- static const SkColor kPrimaryTextColor = SkColorSetRGB(0x33, 0x33, 0x33);
+ static const SkColor kPrimaryTextColor = SK_ColorBLACK;
switch (color_id) {
// Labels
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698