From 9421c2dd6e11cafbd53153c8f9b03e8ba5928db3 Mon Sep 17 00:00:00 2001 From: Joseph Mattello Date: Sat, 17 Dec 2022 03:12:13 -0500 Subject: [PATCH] fix deprecated style .white to .medium Signed-off-by: Joseph Mattello --- AltStore/Settings/PatreonComponents.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AltStore/Settings/PatreonComponents.swift b/AltStore/Settings/PatreonComponents.swift index c185dd4e..d0d4a86d 100644 --- a/AltStore/Settings/PatreonComponents.swift +++ b/AltStore/Settings/PatreonComponents.swift @@ -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)