Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Commit 45f7731

Browse files
Yihwanrakannimer
authored andcommitted
docs: update theme-ui initialColorMode key (#87)
1 parent 8c94d8e commit 45f7731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/documentation/customizing/gatsby-theme.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ To set the dark version as default, just set your `doczrc.js` like that:
8686
// doczrc.js
8787
export default {
8888
themeConfig: {
89-
mode: 'dark',
89+
initialColorMode: 'dark',
9090
},
9191
}
9292
```

0 commit comments

Comments
 (0)