Use system by default for theme
This commit is contained in:
3
theme.ts
3
theme.ts
@ -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,
|
||||||
|
Reference in New Issue
Block a user