You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When working with styled-components, in order to override styles of a third party component, the third party component needs to accept className. See here. Without this, it makes it very hard to use this library, which is a shame because it's lightweight and exactly what I need.
The text was updated successfully, but these errors were encountered:
@coreyward Your code works like a charm! Thanks! One follow-up question: how would you change the style of the container? For some reason, I'm seeing some ugly border of the "rti--container" and I want to get rid of it. Any help would be appreciated!
@coreyward Your code works like a charm! Thanks! One follow-up question: how would you change the style of the container? For some reason, I'm seeing some ugly border of the "rti--container" and I want to get rid of it. Any help would be appreciated!
In my case the hex codes did not work but the rgb did.
When working with styled-components, in order to override styles of a third party component, the third party component needs to accept
className
. See here. Without this, it makes it very hard to use this library, which is a shame because it's lightweight and exactly what I need.The text was updated successfully, but these errors were encountered: