فهرست منبع

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