Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite557bab

Browse files
committed
fix: set system color on default
1 parent9576f8b commite557bab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/@chakra-ui/gatsby-plugin/theme.js‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import { extendTheme } from '@chakra-ui/react';
22

33
consttheme=extendTheme({
44
config:{
5-
useSystemColorMode:false,
6-
initialColorMode:'dark',
5+
useSystemColorMode:true,
6+
initialColorMode:'light',
77
},
88
colors:{
99
primary:'#d7819b',

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp