redocusaurus
redocusaurus copied to clipboard
Dark Mode Auth Dropdown Caret cannot be seen
The Auth Dropdown Cannot be seen in the Dark Mode for both the states of toggle

Workaround:
[data-theme='dark'] .redocusaurus .api-content div h5 + svg polygon {
filter: invert(1);
}
PR: https://github.com/rohit-gohri/redocusaurus/pull/234
released in 1.4.0