From a2abe976946bcc31df34e9ddd50bf1844e05d260 Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Tue, 18 May 2021 16:57:39 -0300 Subject: [PATCH] Update appearance of outgoing mentions. --- SignalMessaging/Views/Mentions/Mention.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SignalMessaging/Views/Mentions/Mention.swift b/SignalMessaging/Views/Mentions/Mention.swift index 6a0a85913b..7c56fcb540 100644 --- a/SignalMessaging/Views/Mentions/Mention.swift +++ b/SignalMessaging/Views/Mentions/Mention.swift @@ -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