Ver Fonte

fix dark mode for MultilineTextFieldCell

cyberta há 5 anos atrás
pai
commit
59a1c28db7
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      deltachat-ios/View/MultilineTextFieldCell.swift

+ 1 - 0
deltachat-ios/View/MultilineTextFieldCell.swift

@@ -18,6 +18,7 @@ class MultilineTextFieldCell: UITableViewCell, UITextViewDelegate {
         textField.delegate = self
         textField.translatesAutoresizingMaskIntoConstraints = false
         textField.font = UIFont.systemFont(ofSize: 16)
+        textField.backgroundColor = .none
         return textField
     }()