diff --git a/Sources/Vortex/Presets/Confetti.swift b/Sources/Vortex/Presets/Confetti.swift index 1727cc8..1c11475 100644 --- a/Sources/Vortex/Presets/Confetti.swift +++ b/Sources/Vortex/Presets/Confetti.swift @@ -34,7 +34,7 @@ extension VortexSystem { /// - colors: The array of `SwiftUI.Color` to randomize in the confetti. /// - environment: reference to `@Environment(\.self)` /// - Returns: an instance of `VortexSystem` to pass into the VortexView - @available(macOS 14.0, *) + @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) public static func confetti( colors: [SwiftUI.Color], in environment: EnvironmentValues