diff --git a/ios/Platform/Platform/ContentView.swift b/ios/Platform/Platform/ContentView.swift index 56bfaee..8b0409a 100644 --- a/ios/Platform/Platform/ContentView.swift +++ b/ios/Platform/Platform/ContentView.swift @@ -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],