Skip to content

Commit 63d9a4b

Browse files
committed
fix: Fix default confetti type and size
1 parent 2e8c0d6 commit 63d9a4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/web/assets/src/vue/Confetti.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
},
1616
mounted() {
1717
const config : Partial<ConfettiConfig> = {
18-
defaultType: 'heart',
19-
defaultSize: 30,
18+
defaultType: 'rect',
19+
defaultSize: 15,
2020
defaultColors: ['DodgerBlue', 'OliveDrab', 'Gold', 'pink', 'SlateBlue', 'lightblue', 'Violet', 'PaleGreen', 'SteelBlue', 'SandyBrown', 'Chocolate', 'Crimson'],
2121
};
2222

0 commit comments

Comments
 (0)