Skip to content

Commit

Permalink
Hotfix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendrik Ulbrich authored and Hendrik Ulbrich committed Apr 3, 2020
1 parent 8ceba44 commit efafda9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Sources/ColorPicker/ColorPicker.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ public struct ColorPicker : View {
}
.aspectRatio(1, contentMode: .fit)
}

public init(color: Binding<DynamicColor>, strokeWidth: CGFloat) {
self.color = color
self.strokeWidth = strokeWidth
}
}

public struct ColorWheel: View {
Expand Down

0 comments on commit efafda9

Please sign in to comment.