rohit-gohri / redocusaurus

OpenAPI for Docusaurus with Redoc
https://redocusaurus.vercel.app/
MIT License
629 stars 114 forks source link

Dark Mode Auth Dropdown Caret cannot be seen #233

Closed Snivio closed 2 years ago

Snivio commented 2 years ago

The Auth Dropdown Cannot be seen in the Dark Mode for both the states of toggle

image

Workaround:

[data-theme='dark'] .redocusaurus .api-content div h5 + svg polygon {
  filter: invert(1);
}
Snivio commented 2 years ago

PR: https://github.com/rohit-gohri/redocusaurus/pull/234

rohit-gohri commented 2 years ago

released in 1.4.0