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)