Commit 6f1e0716 authored by Robert Liao's avatar Robert Liao Committed by Commit Bot

Add kColorId_EnabledMenuItemForegroundColor to the Common Theme Aura Dark Mode List

Menus on Windows use the Aura colors.

BUG=928378

Change-Id: Ib49917e4902f06e2423048a07bea4447e07ecf10
Reviewed-on: https://chromium-review.googlesource.com/c/1455625
Auto-Submit: Robert Liao <robliao@chromium.org>
Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org>
Reviewed-by: default avatarElly Fong-Jones <ellyjones@chromium.org>
Cr-Commit-Position: refs/heads/master@{#629544}
parent 3c29e40c
...@@ -44,6 +44,7 @@ SkColor GetAuraColor(NativeTheme::ColorId color_id, ...@@ -44,6 +44,7 @@ SkColor GetAuraColor(NativeTheme::ColorId color_id,
switch (color_id) { switch (color_id) {
case NativeTheme::kColorId_LabelEnabledColor: case NativeTheme::kColorId_LabelEnabledColor:
case NativeTheme::kColorId_TextfieldDefaultColor: case NativeTheme::kColorId_TextfieldDefaultColor:
case NativeTheme::kColorId_EnabledMenuItemForegroundColor:
case NativeTheme::kColorId_SelectedMenuItemForegroundColor: case NativeTheme::kColorId_SelectedMenuItemForegroundColor:
case NativeTheme::kColorId_HighlightedMenuItemForegroundColor: case NativeTheme::kColorId_HighlightedMenuItemForegroundColor:
return gfx::kGoogleGrey200; return gfx::kGoogleGrey200;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment