Update appearance of outgoing mentions.

This commit is contained in:
Matthew Chen 2021-05-18 16:57:39 -03:00
parent f001010a83
commit a2abe97694

View File

@ -68,7 +68,7 @@ public class Mention: NSObject {
attributes[.backgroundColor] = Theme.isDarkThemeEnabled ? UIColor.ows_gray60 : UIColor.ows_gray20
attributes[.foregroundColor] = ConversationStyle.bubbleTextColorIncoming
case .outgoing:
attributes[.backgroundColor] = UIColor.ows_signalBlueDark
attributes[.backgroundColor] = UIColor(white: 0, alpha: 0.25)
attributes[.foregroundColor] = ConversationStyle.bubbleTextColorOutgoing
case .composingAttachment:
attributes[.backgroundColor] = UIColor.ows_gray75