Detaysoft / react-chat-elements

Reactjs chat elements chat UI, react chat components
MIT License
1.22k stars 218 forks source link

How to set the background-color of chatItem ? #199

Closed wayne4o312 closed 1 year ago

wayne4o312 commented 1 year ago

When I toggle the app theme mode, I want to toggle the background color of the component

emregudur commented 1 year ago

You can use rce-citem class for it.

.rce-citem {
    background-color: red;
}
wayne4o312 commented 1 year ago

alright