react-transliterate
react-transliterate copied to clipboard
Dropdown does not work well with ChakraUI darkmode
The drop-down color remains white when the theme is set to dark mode. Is there a way we can customize the drop-down as well?
Aware of the issue. A solution would be to pass an additional prop like listStyles or listClassName and pass the properties to the <ul> tag.
Another way would be to stop using CSS modules. this way, classnames remain overridable making it easy for consumers to change specific styles by adding additional rules