Эх сурвалжийг харах

fix dark mode for MultilineTextFieldCell

cyberta 5 жил өмнө
parent
commit
59a1c28db7

+ 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
     }()