mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-15 17:53:31 +01:00
Fixes incorrect Sources tab background color in dark mode
This commit is contained in:
@@ -85,6 +85,8 @@ class NewsViewController: UICollectionViewController, PeekPopPreviewing
|
||||
{
|
||||
super.viewDidLoad()
|
||||
|
||||
self.collectionView.backgroundColor = .altBackground
|
||||
|
||||
self.prototypeCell = NewsCollectionViewCell.instantiate(with: NewsCollectionViewCell.nib!)
|
||||
self.prototypeCell.contentView.translatesAutoresizingMaskIntoConstraints = false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user