chat-sdk / chat-sdk-ios

Chat SDK iOS - Open Source Mobile Messenger
http://sdk.chat
Other
913 stars 276 forks source link

New way of changing bubble and text colors #493

Closed itumeleng-mabote closed 2 years ago

itumeleng-mabote commented 2 years ago

Hi I see BConfiguration no longer has config.messageColorMe config.messageColorReply config.messageTextColorReply config.messageTextColorMe

How should we now change these?

Thanks in advance

bensmiley commented 2 years ago

If you are using ChatKit:

ChatKit.config().outgoingBubbleColor = ""

etc...