summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--ios/MullvadVPN/SettingsDNSTextCell.swift4
1 files changed, 1 insertions, 3 deletions
diff --git a/ios/MullvadVPN/SettingsDNSTextCell.swift b/ios/MullvadVPN/SettingsDNSTextCell.swift
index dd1a97ccd3..83764fe9ee 100644
--- a/ios/MullvadVPN/SettingsDNSTextCell.swift
+++ b/ios/MullvadVPN/SettingsDNSTextCell.swift
@@ -56,9 +56,7 @@ class SettingsDNSTextCell: SettingsCell, UITextFieldDelegate {
backgroundView?.backgroundColor = UIColor.TextField.backgroundColor
contentView.addSubview(textField)
- if #available(iOS 13.0, *) {
- overrideUserInterfaceStyle = .light
- }
+ overrideUserInterfaceStyle = .light
NSLayoutConstraint.activate([
textField.topAnchor.constraint(equalTo: contentView.topAnchor),