Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Update button color (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
ljhaywar authored Jun 7, 2021
1 parent d1407f6 commit 5c3a1d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ struct CallToActionButton: View {
Spacer(minLength: Dimensions.labelSpacing)
}
.foregroundColor(.white)
.background(Color.pink)
.background(Color.blue)
.cornerRadius(Dimensions.radius)
}
}
Expand Down

0 comments on commit 5c3a1d3

Please sign in to comment.