Skip to content

Commit

Permalink
Delete padding
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuzukihashi committed Mar 13, 2020
1 parent 0c327e0 commit b2105e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/CustomViews/NeumorphismButton.swift
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ public struct NeumorphismButton: View {
.padding()
.animation(Animation.spring(response: 0.3, dampingFraction: 0.7, blendDuration: 1))
}
.padding()
}

public func getAnyShape(type: ShapeType) -> AnyShape {
Expand Down

0 comments on commit b2105e9

Please sign in to comment.