chloe-schoreisz

Results 5 comments of chloe-schoreisz

Having the same issue here, I'm using react-hook-form to handle the state. I am able to reproduce using a state hook. Any solution ?

For anyone looking, we figured out a way: We created our own `main.scss` file, that looks like this: ``` @charset "utf-8"; @import "./variables"; @import "./helpers/mixins"; @import "./helpers/functions"; @import "@chatscope/chat-ui-kit-styles/themes/default/main.scss"; ```...

I was trying to obtain a specific color for the SendButton through the custom scss file. I could not change it from there, and I tried all the variables. The...

I was also trying to update the icon of the send button, but couldn't find a way