Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Sources/Vortex/Presets/Confetti.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down