Skip to content

Commit 07eedf3

Browse files
committed
fix: update default colors in PUConfetti component to a single color for improved visual consistency
1 parent ef05bed commit 07eedf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/components/PUConfetti.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const props = withDefaults(
4040
}>(),
4141
{
4242
active: false,
43-
colors: () => ['#FF6B6B', '#4ECDC4', '#45B7D1', '#96CEB4', '#FFEAA7', '#DDA0DD'],
43+
colors: () => ['#1c1c1c'],
4444
particleCount: 50,
4545
duration: 3000,
4646
width: 400,

0 commit comments

Comments
 (0)