Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e557bab

Browse files
committed
fix: set system color on default
1 parent 9576f8b commit e557bab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/@chakra-ui/gatsby-plugin/theme.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import { extendTheme } from '@chakra-ui/react';
22

33
const theme = extendTheme({
44
config: {
5-
useSystemColorMode: false,
6-
initialColorMode: 'dark',
5+
useSystemColorMode: true,
6+
initialColorMode: 'light',
77
},
88
colors: {
99
primary: '#d7819b',

0 commit comments

Comments
 (0)