Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use system by default for theme
  • Loading branch information
regalijan committed Oct 19, 2023
1 parent 812ebd9 commit baae1c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions theme.ts
Expand Up @@ -5,8 +5,7 @@ const fontString =

export default extendTheme({
config: {
initialColorMode: "dark",
useSystemColorMode: true,
initialColorMode: "system",
},
fonts: {
body: fontString,
Expand Down

0 comments on commit baae1c5

Please sign in to comment.