Commit 36a08064 authored by calamity's avatar calamity Committed by Commit bot

Update app list background color.

Update app list background color to match new mocks.

BUG=442021

Review URL: https://codereview.chromium.org/907813002

Cr-Commit-Position: refs/heads/master@{#315274}
parent 05c5d5ab
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
namespace app_list { namespace app_list {
const SkColor kContentsBackgroundColor = SkColorSetRGB(0xF5, 0xF5, 0xF5); const SkColor kContentsBackgroundColor = SkColorSetRGB(0xF2, 0xF2, 0xF2);
const SkColor kSearchBoxBackground = SK_ColorWHITE; const SkColor kSearchBoxBackground = SK_ColorWHITE;
// In Windows, transparent background color will cause ugly text rendering, // In Windows, transparent background color will cause ugly text rendering,
......
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