| 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
|
|
|