gilbarbara / react-joyride

Create guided tours in your apps
https://react-joyride.com/
MIT License
6.62k stars 519 forks source link

Problems with chrome dark mode #1015

Closed devcer closed 3 months ago

devcer commented 3 months ago

🐛 Bug Report

The arrow color is not aligning with the dark mode.

To Reproduce

Steps to reproduce the behavior:

Expected behavior

The arrow should have been in dark color along with the popover

Link to repl or repo (highly encouraged)

Please provide a https://codesandbox.io/ demo or similar.

Issues without a reproduction link are likely to stall.

Run npx envinfo --system --binaries --npmPackages react-joyride

Paste the results here:

gilbarbara commented 3 months ago

Hey @devcer I would say it's an issue with their override. Maybe they should consider SVG elements as well. I don't know how they are doing since the tooltip style still uses a white background. Since the colors are customizable, I don't want to hardcode a selector for this.