Browse Source

transparent background color of InfoMessageCell

cyberta 3 years ago
parent
commit
794fb22dad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      deltachat-ios/Chat/Views/Cells/InfoMessageCell.swift

+ 1 - 1
deltachat-ios/Chat/Views/Cells/InfoMessageCell.swift

@@ -25,7 +25,7 @@ class InfoMessageCell: UITableViewCell {
     override init(style: UITableViewCell.CellStyle, reuseIdentifier: String?) {
         super.init(style: .subtitle, reuseIdentifier: reuseIdentifier)
         clipsToBounds = false
-        backgroundColor = .none
+        backgroundColor = .clear
         setupSubviews()
     }