Skip to content

Commit 8c31907

Browse files
committed
Fix theme selector
1 parent 7646df5 commit 8c31907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const siteConfig: SiteConfig = {
1212
lang: 'en', // 'en', 'zh_CN', 'zh_TW', 'ja', 'ko', 'es', 'th'
1313
themeColor: {
1414
hue: 235, // Default hue for the theme color, from 0 to 360. e.g. red: 0, teal: 200, cyan: 250, pink: 345
15-
fixed: false, // Hide the theme color picker for visitors
15+
fixed: true, // Hide the theme color picker for visitors
1616
},
1717
banner: {
1818
enable: true,

0 commit comments

Comments
 (0)