mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Change Feeds background color and update to emulate plain style tables more closely. Issue #1224
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user