Fix instance selector activity indicator background color

This commit is contained in:
Shadowfacts 2021-11-22 23:23:52 -05:00
parent 5a914ea5a3
commit 50cbbb86fc
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ class InstanceSelectorTableViewController: UITableViewController {
private func createActivityIndicatorHeader() {
let header = UITableViewHeaderFooterView()
header.translatesAutoresizingMaskIntoConstraints = false
header.contentView.backgroundColor = .secondarySystemBackground
header.contentView.backgroundColor = .systemGroupedBackground
activityIndicator = UIActivityIndicatorView(style: .large)
activityIndicator.translatesAutoresizingMaskIntoConstraints = false