瀏覽代碼

fix dark mode for MultilineTextFieldCell

cyberta 5 年之前
父節點
當前提交
59a1c28db7
共有 1 個文件被更改,包括 1 次插入0 次删除
  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
     }()