Skip to content

Commit

Permalink
fix: disable the color mode switch
Browse files Browse the repository at this point in the history
  • Loading branch information
jeangovil committed Jul 11, 2023
1 parent 01d9ffa commit 8d8f14b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/logos-docusaurus-preset/src/theme-config/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const baseThemeConfig: ThemeConfig = {
},
metadata: [],
colorMode: {
disableSwitch: false,
disableSwitch: true,
defaultMode: 'dark',
},
navbar: {
Expand Down

0 comments on commit 8d8f14b

Please sign in to comment.