소스 검색

adapt bottom line background color for video chat invites

cyberta 4 년 전
부모
커밋
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
     }()