Skip to content

Commit

Permalink
fix NeumorphismCircleDentView
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuzukihashi committed Mar 13, 2020
1 parent 4dcac6a commit 79bea24
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Sources/CustomViews/NeumorphismCircleDentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ public struct NeumorphismCircleDentView: View {

public init(
width: CGFloat = 100,
height: CGFloat = 100,
cornerRadius: CGFloat = 16
height: CGFloat = 100
) {
self.width = width
self.height = height
Expand Down

0 comments on commit 79bea24

Please sign in to comment.