0.13.3
Using useColorSchemeMediaQuery has no effect:
// src/gatsby-plugin-theme-ui/index.js
import novelaTheme from '@narative/gatsby-theme-novela/src/gatsby-plugin-theme-ui'
export default {
...novelaTheme,
useColorSchemeMediaQuery: true,
}
I'm using macOS Catalina and my system setting is set to dark. Yet when I open my blog in an incognito tab it shows in the default light theme, both in Safari and in Chrome 80.
Steps to reproduce the behavior:
useColorSchemeMediaQuery: true on the theme.The system setting is followed.
Catalina Safari, Chrome 80 for macOS
It seems this has all changed a bit in theme-ui 0.3. Unfortunately the theme is not compatible with theme-ui 0.3 breaking changes.
@jcayzac would love a PR fix for this one.
Most helpful comment
@jcayzac would love a PR fix for this one.