fix 3 more style .white deprecations to .medium

Signed-off-by: Joseph Mattello <mail@joemattiello.com>
This commit is contained in:
Joseph Mattello
2022-12-17 03:13:30 -05:00
parent 742b51e5e2
commit 51e1b935bd
3 changed files with 3 additions and 3 deletions

View File

@@ -88,7 +88,7 @@ class PillButton: UIButton
self.layer.masksToBounds = true
self.accessibilityTraits.formUnion([.updatesFrequently, .button])
self.activityIndicatorView.style = .white
self.activityIndicatorView.style = .medium
self.activityIndicatorView.isUserInteractionEnabled = false
self.progressView.progress = 0