Theme quoted replies.

This commit is contained in:
Matthew Chen 2018-08-21 16:13:12 -04:00
parent a92fca5c13
commit 6dd474d794

View file

@ -233,7 +233,7 @@ public class ConversationStyle: NSObject {
} else if isIncoming {
return bubbleColorOutgoingSent.withAlphaComponent(0.25)
} else {
return UIColor.white.withAlphaComponent(0.75)
return ConversationStyle.defaultBubbleColorIncoming.withAlphaComponent(0.75)
}
}