Theme quoted replies.

pull/1/head
Matthew Chen 7 years ago
parent a92fca5c13
commit 6dd474d794

@ -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)
}
}

Loading…
Cancel
Save