Closed rugk closed 5 years ago
Ref https://notabug.org/halcyon-suite/halcyon/issues/101#issuecomment-14504
It currently does not fake the JS window.matchMedia("(prefers-color-scheme:dark)").matches. Note the missing space between the : and dark.
window.matchMedia("(prefers-color-scheme:dark)").matches
:
dark
Ref https://notabug.org/halcyon-suite/halcyon/issues/101#issuecomment-14504
It currently does not fake the JS
window.matchMedia("(prefers-color-scheme:dark)").matches
. Note the missing space between the:
anddark
.