This commit is contained in:
Trey t
2023-06-26 18:44:32 -05:00
parent 79ee615e8c
commit 2e7b2cf145
4 changed files with 16 additions and 5 deletions

View File

@@ -68,6 +68,7 @@ struct CreateExerciseActionsView: View {
.foregroundColor(.white)
.background(.blue)
.cornerRadius(10)
.buttonStyle(BorderlessButtonStyle())
Spacer()
@@ -85,6 +86,8 @@ struct CreateExerciseActionsView: View {
.foregroundColor(.white)
.background(.red)
.cornerRadius(10)
.buttonStyle(BorderlessButtonStyle())
Spacer()
}