chatengine-io / react-chat-engine

React component for a cheap and easy chat API
138 stars 35 forks source link

CSS changes not working #123

Closed jatinvinkumar closed 2 years ago

jatinvinkumar commented 2 years ago

I have created a seperate styles.css file with the following:

.ce-chat-engine { background-color: transparent; }

But the background color remains white. I have tried putting this in App.css and going into the node-modules folder and directly editing the style there too.

Please advise

jatinvinkumar commented 2 years ago

resolved. Adding: !important did the trick