Use system by default for theme

This commit is contained in:
2023-10-19 16:49:54 -04:00
parent 812ebd913e
commit baae1c560e

@ -5,8 +5,7 @@ const fontString =
export default extendTheme({ export default extendTheme({
config: { config: {
initialColorMode: "dark", initialColorMode: "system",
useSystemColorMode: true,
}, },
fonts: { fonts: {
body: fontString, body: fontString,