Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Restore useSystemColorMode property
  • Loading branch information
regalijan committed Oct 19, 2023
1 parent 1062683 commit 8f9f435
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions theme.ts
Expand Up @@ -6,6 +6,7 @@ const fontString =
export default extendTheme({
config: {
initialColorMode: "system",
useSystemColorMode: true,
},
fonts: {
body: fontString,
Expand Down

0 comments on commit 8f9f435

Please sign in to comment.