We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9576f8b commit e557babCopy full SHA for e557bab
src/@chakra-ui/gatsby-plugin/theme.js
@@ -2,8 +2,8 @@ import { extendTheme } from '@chakra-ui/react';
2
3
const theme = extendTheme({
4
config: {
5
- useSystemColorMode: false,
6
- initialColorMode: 'dark',
+ useSystemColorMode: true,
+ initialColorMode: 'light',
7
},
8
colors: {
9
primary: '#d7819b',
0 commit comments