WIP
This commit is contained in:
@@ -21,11 +21,10 @@ struct ExtExerciseList: View {
|
||||
HStack {
|
||||
if supersetExecerciseIdx == allSupersetExecerciseIndex {
|
||||
Image(systemName: "figure.run")
|
||||
.foregroundColor(.green)
|
||||
.foregroundColor(Color("appColor"))
|
||||
.font(Font.system(size: 55))
|
||||
.minimumScaleFactor(0.01)
|
||||
.lineLimit(1)
|
||||
.foregroundColor(.green)
|
||||
}
|
||||
|
||||
Text(supersetExecercise.exercise.name)
|
||||
|
||||
Reference in New Issue
Block a user