Skip to content

Commit

Permalink
Make VPN settings DNS edit respect dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
rablador authored and buggmagnet committed Sep 20, 2024
1 parent e3a94e8 commit 0959c0c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ class SettingsDNSTextCell: SettingsCell, UITextFieldDelegate {
backgroundView?.backgroundColor = UIColor.TextField.backgroundColor
contentView.addSubview(textField)

overrideUserInterfaceStyle = .light

contentView.addConstrainedSubviews([textField]) {
textField.pinEdgesToSuperview()
}
Expand Down

0 comments on commit 0959c0c

Please sign in to comment.