our use case is to customize the default Input component of GroupChannelModule as shown in the image below.
As visible, we want to custom styling to our input component in a way, that the color should change to white and the border should become visible when inputText length is greater than zero.
And we also want the default colour of the icon to replace with our own custom colour when the attachment sheet opens when the addAttachment button is triggered.
Can we achieve it just by passing props to the default input component of GroupChannelModule?
Thanks,