Commit 173f8707 authored by Ewann's avatar Ewann Committed by Chromium LUCI CQ

[iOS][Settings] Fixes ChromeTableViews background color

This CL fixes the background color of ChromeTableViews.

Bug: 922511
Change-Id: I47662d867da44444902de17c40a399c9b20f4399
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2593111Reviewed-by: default avatarGauthier Ambard <gambard@chromium.org>
Auto-Submit: Ewann Pellé <ewannpv@chromium.org>
Commit-Queue: Ewann Pellé <ewannpv@chromium.org>
Cr-Commit-Position: refs/heads/master@{#837055}
parent 82929fc4
......@@ -22,7 +22,7 @@
[UIColor colorNamed:kSecondaryBackgroundColor];
_cellBackgroundColor = UIColor.cr_secondarySystemGroupedBackgroundColor;
} else {
_tableViewBackgroundColor = UIColor.cr_systemGroupedBackgroundColor;
_tableViewBackgroundColor = UIColor.cr_systemBackgroundColor;
}
}
return self;
......
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