Change Feeds background color and update to emulate plain style tables more closely. Issue #1224

This commit is contained in:
Maurice Parker
2019-11-01 06:34:26 -05:00
parent b78b996e88
commit 5720034f19
4 changed files with 38 additions and 28 deletions

View File

@@ -169,7 +169,7 @@ private extension MasterFeedTableViewSectionHeader {
func addBackgroundView() {
self.backgroundView = UIView(frame: self.bounds)
self.backgroundView?.backgroundColor = UIColor.systemGroupedBackground
self.backgroundView?.backgroundColor = UIColor.secondarySystemBackground
}
}