Would it make sense for the JSS ThemeProvider to not only accept theme but also colorScheme or mode?
https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme
I've seen some handle it this way, but it doesn't seem clean enough, IMO.
Would it make sense for the JSS ThemeProvider to not only accept
themebut alsocolorSchemeormode?https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme
I've seen some handle it this way, but it doesn't seem clean enough, IMO.