소스 검색

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