Skip to content

Commit 212899d

Browse files
committed
update theme to use system
1 parent 94d3c3a commit 212899d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/theme.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ import '@fontsource-variable/inter'
44

55
// color mode config
66
const config = {
7-
// TODO: Change default color mode to system?
8-
initialColorMode: 'light',
9-
useSystemColorMode: false,
7+
initialColorMode: 'system',
8+
useSystemColorMode: true,
109
}
1110

1211
const fonts = {

0 commit comments

Comments
 (0)