fix deprecated style .white to .medium

Signed-off-by: Joseph Mattello <mail@joemattiello.com>
This commit is contained in:
Joseph Mattello
2022-12-17 03:12:13 -05:00
parent fdb5e2eebb
commit 742b51e5e2

View File

@@ -40,7 +40,7 @@ class PatronsFooterView: UICollectionReusableView
super.init(frame: frame)
self.button.translatesAutoresizingMaskIntoConstraints = false
self.button.activityIndicatorView.style = .white
self.button.activityIndicatorView.style = .medium
self.button.titleLabel?.textColor = .white
self.addSubview(self.button)