Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondjavaxx committed Aug 4, 2023
1 parent 07d3b8d commit 78b4f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SmoothGradient/CubicBezierCurve.swift
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ extension CubicBezierCurve {

// MARK: - Preview

@available(iOS 13.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *)
@available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *)
struct CubicBezierCurve_Previews: PreviewProvider {
static var previews: some View {
Canvas(opaque: true) { context, size in
Expand Down

0 comments on commit 78b4f00

Please sign in to comment.