Update appearance of outgoing mentions.
This commit is contained in:
parent
f001010a83
commit
a2abe97694
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user