Restore useSystemColorMode property
This commit is contained in:
1
theme.ts
1
theme.ts
@ -6,6 +6,7 @@ const fontString =
|
|||||||
export default extendTheme({
|
export default extendTheme({
|
||||||
config: {
|
config: {
|
||||||
initialColorMode: "system",
|
initialColorMode: "system",
|
||||||
|
useSystemColorMode: true,
|
||||||
},
|
},
|
||||||
fonts: {
|
fonts: {
|
||||||
body: fontString,
|
body: fontString,
|
||||||
|
Reference in New Issue
Block a user