chloe-schoreisz
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 ?
Getting the same issue here
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