Bläddra i källkod

adapt bottom line background color for video chat invites

cyberta 4 år sedan
förälder
incheckning
8b8388da94
1 ändrade filer med 1 tillägg och 1 borttagningar
  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
     }()