mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-18 11:13:28 +01:00
fix deprecated style .white to .medium
Signed-off-by: Joseph Mattello <mail@joemattiello.com>
This commit is contained in:
@@ -40,7 +40,7 @@ class PatronsFooterView: UICollectionReusableView
|
|||||||
super.init(frame: frame)
|
super.init(frame: frame)
|
||||||
|
|
||||||
self.button.translatesAutoresizingMaskIntoConstraints = false
|
self.button.translatesAutoresizingMaskIntoConstraints = false
|
||||||
self.button.activityIndicatorView.style = .white
|
self.button.activityIndicatorView.style = .medium
|
||||||
self.button.titleLabel?.textColor = .white
|
self.button.titleLabel?.textColor = .white
|
||||||
self.addSubview(self.button)
|
self.addSubview(self.button)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user