Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
frios committed May 13, 2021
1 parent f7229d0 commit 6507591
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/ProgressViewModifier/ProgressViewModifier.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ struct ProgressViewModifier: ViewModifier {
}
}

public extension ProgressView {
func progressStyle(color: Color = Color(.label)) -> some View {
extension ProgressView {
public func progressStyle(color: Color = Color(.label)) -> some View {
modifier(ProgressViewModifier(color: color))
}
}

0 comments on commit 6507591

Please sign in to comment.