This icon displayed in red
This icon displayed in blue
Both web and Electron apps have this issue. I didn’t test this issue on the mobile app.
Add the CSS color-scheme: only light
to HTML body or :root
when Light mode to let page assets know current color theme. Also needs to add color-scheme: only dark
when Dark mode.
You can use prefer-color-scheme
CSS style inside of your Notion built-in icons as well. It’s better than your current solution for dark mode.