WIP
This commit is contained in:
@@ -61,7 +61,7 @@ struct TopButtonsView: View {
|
|||||||
Button(action: {
|
Button(action: {
|
||||||
bridgeModule.start(workout: workout)
|
bridgeModule.start(workout: workout)
|
||||||
}, label: {
|
}, label: {
|
||||||
Image(systemName: "figure.golf")
|
Image(systemName: "arrowtriangle.forward.fill")
|
||||||
.font(.title)
|
.font(.title)
|
||||||
.frame(maxWidth: .infinity, maxHeight: .infinity)
|
.frame(maxWidth: .infinity, maxHeight: .infinity)
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user