Skip to content

Commit

Permalink
adjust default text outline size
Browse files Browse the repository at this point in the history
  • Loading branch information
naeruru committed Sep 6, 2024
1 parent 55f52a3 commit 5d07044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stores/appearance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const useAppearanceStore = defineStore('appearance', () => {
],
},
outline: true,
outline_size: 0,
outline_size: 4,
outline_color: '#6d6d6d',
font_size: 64,
enable_fade: true,
Expand Down

0 comments on commit 5d07044

Please sign in to comment.