summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/View controllers/AccountDeletion/AccountDeletionContentView.swift
diff options
context:
space:
mode:
Diffstat (limited to 'ios/MullvadVPN/View controllers/AccountDeletion/AccountDeletionContentView.swift')
-rw-r--r--ios/MullvadVPN/View controllers/AccountDeletion/AccountDeletionContentView.swift1
1 files changed, 0 insertions, 1 deletions
diff --git a/ios/MullvadVPN/View controllers/AccountDeletion/AccountDeletionContentView.swift b/ios/MullvadVPN/View controllers/AccountDeletion/AccountDeletionContentView.swift
index 6772016fba..e552d7940b 100644
--- a/ios/MullvadVPN/View controllers/AccountDeletion/AccountDeletionContentView.swift
+++ b/ios/MullvadVPN/View controllers/AccountDeletion/AccountDeletionContentView.swift
@@ -155,7 +155,6 @@ class AccountDeletionContentView: UIView {
private let activityIndicator: SpinnerActivityIndicatorView = {
let activityIndicator = SpinnerActivityIndicatorView(style: .medium)
activityIndicator.translatesAutoresizingMaskIntoConstraints = false
- activityIndicator.tintColor = .white
activityIndicator.setContentHuggingPriority(.defaultHigh, for: .horizontal)
activityIndicator.setContentCompressionResistancePriority(.defaultHigh, for: .horizontal)
return activityIndicator