Skip to content

Commit

Permalink
works
Browse files Browse the repository at this point in the history
  • Loading branch information
Priva28 committed Jul 1, 2020
1 parent 8a5e71c commit 7b192cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ParallaxSwiftUI/ParallaxSwiftUI.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import SwiftUI

extension View {
func parallax(amount: CGFloat = 10) -> some View {
public func parallax(amount: CGFloat = 10) -> some View {
ParallaxView(view: AnyView(self), amount: amount)
}
}
Expand Down

0 comments on commit 7b192cd

Please sign in to comment.