add WorkoutIconSelector, change the way adding ExerciseTemplate works to in-List

This commit is contained in:
Felix Förtsch
2024-08-27 14:26:46 +02:00
parent 19e91d75e0
commit edaea5e862
9 changed files with 289 additions and 53 deletions
@@ -51,10 +51,10 @@ struct AddExerciseToWorkoutListItem: View {
}) {
HStack {
Text(exerciseTemplate.name)
.foregroundColor(.black)
.foregroundStyle(.black)
Spacer()
Image(systemName: "plus.circle.fill")
.foregroundColor(.green)
.foregroundStyle(.green)
}
}
}