Skip to content

Commit 4fb7fa0

Browse files
committed
Update site icon spinner style
1 parent fd20fb4 commit 4fb7fa0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

WordPress/Classes/ViewRelated/Blog/Blog Details/Detail Header/SiteIconView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ class SiteIconView: UIView {
3434

3535
let activityIndicator: UIActivityIndicatorView = {
3636
let indicatorView = UIActivityIndicatorView(style: .medium)
37+
indicatorView.color = .white
3738
indicatorView.translatesAutoresizingMaskIntoConstraints = false
3839
return indicatorView
3940
}()

0 commit comments

Comments
 (0)