-
Notifications
You must be signed in to change notification settings - Fork 815
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Excalidraw diagrams don't look good in dark mode on Safari #3497
Comments
Do you mean specifically in mobile? |
No, Safari on macBook. |
Safari + macbook the filter is being applied properly (not on mobile, though). Renaming Do you see something different, do you mean to say you don't like these colours, or am I missing something? |
Version 16.4 (18615.1.26.110.1)! |
Adding will-change: filter seems to fix the issue with the Excalidraw diagrams on dark mode and recent Safari versions. This change was also tested on Firefox and Chrome and it didn't break the diagrams in those browsers. This fixes #3497.
Adding will-change: filter seems to fix the issue with the Excalidraw diagrams on dark mode and recent Safari versions. This change was also tested on Firefox and Chrome and it didn't break the diagrams in those browsers. This fixes #3497.
Don't forget to star the repository! Follow @textualizeio for Textual updates. |
I think this is due to the CSS that modifies the SVGs when in dark mode.
The CSS in question uses css
"filter:"
. I wonder duplicating those rules with"-webkit-filter"
would fix it.The text was updated successfully, but these errors were encountered: