Would be nice if we could force dark mode overriding user's prefers-color-scheme preference through a prop, similar to disableDarkMode, something like forceDarkMode? or just a theme prop where you pass the theme you want.
I found this in the source code and tried applying it through the style prop, but it's not being applied.
Would be nice if we could force dark mode overriding user's
prefers-color-scheme
preference through a prop, similar todisableDarkMode
, something likeforceDarkMode?
or just a theme prop where you pass the theme you want.I found this in the source code and tried applying it through the
style
prop, but it's not being applied.My component