Commit a3856a13 authored by Allen Bauer's avatar Allen Bauer Committed by Commit Bot

Change frame and inactive tab color to a custom #DEE1E6 instead of GoogleGrey200.

UX requested this minor change in advance of a user-study focused on getting direct usability feedback for the new UI changes.

Bug: 850981
Change-Id: I1a673fd16bcc1ed736eb35399839ec653a5fb51d
Reviewed-on: https://chromium-review.googlesource.com/1092793
Commit-Queue: Allen Bauer <kylixrd@chromium.org>
Reviewed-by: default avatarEvan Stade <estade@chromium.org>
Cr-Commit-Position: refs/heads/master@{#565689}
parent 91bcbee1
......@@ -154,7 +154,7 @@ base::Optional<SkColor> MaybeGetDefaultColorForNewerMaterialUi(int id,
case ThemeProperties::COLOR_FRAME:
case ThemeProperties::COLOR_FRAME_INACTIVE:
case ThemeProperties::COLOR_BACKGROUND_TAB:
return incognito ? gfx::kGoogleGrey900 : gfx::kGoogleGrey200;
return incognito ? gfx::kGoogleGrey900 : SkColorSetRGB(0xDE, 0xE1, 0xE6);
case ThemeProperties::COLOR_TOOLBAR:
return incognito ? SkColorSetRGB(0x32, 0x36, 0x39) : SK_ColorWHITE;
......
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