Skip to content

Commit

Permalink
style: reset code block theme
Browse files Browse the repository at this point in the history
  • Loading branch information
yanglbme committed Jan 10, 2025
1 parent a13bf95 commit ab6bee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stores/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ export const useStore = defineStore(`store`, () => {
fontFamily.value = fontFamilyOptions[0].value
fontSize.value = fontSizeOptions[2].value
primaryColor.value = colorOptions[0].value
codeBlockTheme.value = codeBlockThemeOptions[2].value
codeBlockTheme.value = codeBlockThemeOptions[23].value
legend.value = legendOptions[3].value

cssContentConfig.value = {
Expand Down

0 comments on commit ab6bee5

Please sign in to comment.