Skip to content

Commit

Permalink
fix(editor): init theme
Browse files Browse the repository at this point in the history
  • Loading branch information
antonreshetov committed Mar 29, 2022
1 parent 1b8ea86 commit 1de3afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/editor/TheEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ interface Emits {
const props = withDefaults(defineProps<Props>(), {
lang: 'typescript',
theme: 'google',
theme: 'chrome',
fragments: false
})
Expand Down

0 comments on commit 1de3afa

Please sign in to comment.