Skip to content

Commit

Permalink
update default outline setting
Browse files Browse the repository at this point in the history
  • Loading branch information
naeruru committed Sep 9, 2024
1 parent 5d07044 commit 3da9434
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 @@ -28,7 +28,7 @@ export const useAppearanceStore = defineStore('appearance', () => {
{ style: 'italic', weight: '900' },
],
},
outline: true,
outline: false,
outline_size: 4,
outline_color: '#6d6d6d',
font_size: 64,
Expand Down

0 comments on commit 3da9434

Please sign in to comment.