This commit is contained in:
Trey t
2024-06-17 11:21:30 -07:00
parent 994d0abf26
commit abe17f89b2
8 changed files with 213 additions and 177 deletions

View File

@@ -107,6 +107,8 @@ struct WorkoutDetailView: View {
}
ExerciseListView(workout: workout, showExecersizeInfo: $showExecersizeInfo)
.padding([.top, .bottom], 10)
.background(Color(uiColor: .secondarySystemBackground))
ActionsView(completedWorkout: {
bridgeModule.completeWorkout()