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
Jon Petersson committed Sep 18, 2024
1 parent b50a829 commit eacb145
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 eacb145

Please sign in to comment.