From 742b51e5e2d354417c0db6efa1ef808f1146d1d8 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)