Skip to content

Commit

Permalink
Juste refreshing package
Browse files Browse the repository at this point in the history
  • Loading branch information
omarthamri committed Nov 26, 2023
1 parent 436bb4b commit c2316b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Sources/TinderSwipingAnimation/CustomButton.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ struct CustomButton: View {

var button: ButtonModel
var body: some View {
Button(action: /*@START_MENU_TOKEN@*/{}/*@END_MENU_TOKEN@*/) {
Button(action: {

}) {
button.image
.resizable()
.foregroundStyle(button.color)
Expand Down

0 comments on commit c2316b7

Please sign in to comment.