Quellcode durchsuchen

fix dark mode for MultilineTextFieldCell

cyberta vor 5 Jahren
Ursprung
Commit
59a1c28db7
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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
     }()