fix: ConfettiSwiftUI API — trigger not counter
All checks were successful
Security Checks / dependency-audit (push) Successful in 13s
Security Checks / secret-scanning (push) Successful in 3s
Security Checks / dockerfile-lint (push) Successful in 4s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Yusuf Suleman
2026-04-03 11:08:03 -05:00
parent 9fb0133c45
commit 5320083874

View File

@@ -60,7 +60,7 @@ struct MainTabView: View {
}
}
.confettiCannon(
counter: $confettiTrigger,
trigger: $confettiTrigger,
num: 80,
confettis: [.shape(.circle), .shape(.roundedCross), .shape(.slimRectangle)],
colors: [.red, .orange, .yellow, .green, .blue, .purple, .pink],