From 0959c0c65c7c318d570e8207a3e5dd767d41dce8 Mon Sep 17 00:00:00 2001 From: Jon Petersson Date: Wed, 18 Sep 2024 15:13:23 +0200 Subject: [PATCH] Make VPN settings DNS edit respect dark mode --- .../View controllers/Settings/SettingsDNSTextCell.swift | 2 -- 1 file changed, 2 deletions(-) diff --git a/ios/MullvadVPN/View controllers/Settings/SettingsDNSTextCell.swift b/ios/MullvadVPN/View controllers/Settings/SettingsDNSTextCell.swift index dc03559b8454..b423bcaca771 100644 --- a/ios/MullvadVPN/View controllers/Settings/SettingsDNSTextCell.swift +++ b/ios/MullvadVPN/View controllers/Settings/SettingsDNSTextCell.swift @@ -56,8 +56,6 @@ class SettingsDNSTextCell: SettingsCell, UITextFieldDelegate { backgroundView?.backgroundColor = UIColor.TextField.backgroundColor contentView.addSubview(textField) - overrideUserInterfaceStyle = .light - contentView.addConstrainedSubviews([textField]) { textField.pinEdgesToSuperview() }