Skip to content

Commit

Permalink
Merge branch 'vpn-settings-dns-edit-does-not-respect-dark-mode-ios-815'
Browse files Browse the repository at this point in the history
  • Loading branch information
buggmagnet committed Sep 20, 2024
2 parents e3a94e8 + 0959c0c commit 0f8261e
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 0f8261e

Please sign in to comment.