Add support of dark mode through prefers-color-scheme #9214
vitaly-zdanevich
started this conversation in
Ideas
Replies: 7 comments 1 reply
|
The detection is easy, but too slow to do in chart update: So I don't think we will be doing it in the core lib. |
0 replies
0 replies
|
If JavaScript is slow - you can use CSS, for example |
0 replies
|
For Dark Mode we can achieve using css variable. |
0 replies
|
+1 |
0 replies
|
Any update on this? Maybe not for |
1 reply
|
Indeed missing functionality, I think this is related #11386 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
All browsers support such basic accessibility feature.
https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme
All reactions