Commit 35620f96 authored by Leonard Grey's avatar Leonard Grey Committed by Commit Bot

Dark mode: set link color

Bug: 918194
Change-Id: I4ffe380241ebaf46adac236535e8138729bfd227
Reviewed-on: https://chromium-review.googlesource.com/c/1393523Reviewed-by: default avatarElly Fong-Jones <ellyjones@chromium.org>
Commit-Queue: Leonard Grey <lgrey@chromium.org>
Cr-Commit-Position: refs/heads/master@{#619516}
parent 102783a9
......@@ -54,6 +54,9 @@ SkColor GetAuraColor(NativeTheme::ColorId color_id,
return SkColorSetA(gfx::kGoogleGrey800, 0xCC);
case NativeTheme::kColorId_TextfieldDefaultBackground:
return SkColorSetA(SK_ColorBLACK, 0x4D);
case NativeTheme::kColorId_LinkEnabled:
case NativeTheme::kColorId_LinkPressed:
return gfx::kGoogleBlue300;
default:
break;
......
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