This commit is contained in:
Trey t
2023-06-21 09:22:37 -05:00
parent d4232d9504
commit f92bc95d92

View File

@@ -61,7 +61,7 @@ struct TopButtonsView: View {
Button(action: {
bridgeModule.start(workout: workout)
}, label: {
Image(systemName: "figure.golf")
Image(systemName: "arrowtriangle.forward.fill")
.font(.title)
.frame(maxWidth: .infinity, maxHeight: .infinity)
})