Просмотр исходного кода

adapt bottom line background color for video chat invites

cyberta 4 лет назад
Родитель
Сommit
8b8388da94
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      deltachat-ios/Chat/Views/Cells/VideoInviteCell.swift

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

@@ -62,7 +62,7 @@ public class VideoInviteCell: UITableViewCell {
         label.paddingTrailing = 4
         label.clipsToBounds = true
         label.isAccessibilityElement = false
-        label.backgroundColor = UIColor(alpha: 200, red: 50, green: 50, blue: 50)
+        label.backgroundColor = DcColors.systemMessageBackgroundColor
         return label
     }()