Skip to content

Commit 1df4ea8

Browse files
author
Evan Stade
committed
Make ChromeOS tray background color white instead of off-white.
Patch is designed as a quick and easy fix that should be easy to merge. A more comprehensive follow up will come later. BUG=711183 Review-Url: https://codereview.chromium.org/2812223008 Cr-Commit-Position: refs/heads/master@{#465355} (cherry picked from commit cabc715) Review-Url: https://codereview.chromium.org/2828053002 . Cr-Commit-Position: refs/branch-heads/3071@{#56} Cr-Branched-From: a106f0a-refs/heads/master@{#464641}
1 parent 757a9a6 commit 1df4ea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ash/system/tray/tray_constants.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const int kTrayRoundedBorderRadius = 2;
6363

6464
const int kTrayToggleButtonWidth = 68;
6565

66-
const SkColor kBackgroundColor = SkColorSetRGB(0xfe, 0xfe, 0xfe);
66+
const SkColor kBackgroundColor = SK_ColorWHITE;
6767
const SkColor kPublicAccountUserCardTextColor = SkColorSetRGB(0x66, 0x66, 0x66);
6868
const SkColor kPublicAccountUserCardNameColor = SK_ColorBLACK;
6969

0 commit comments

Comments
 (0)