This commit is contained in:
Trey t
2024-06-17 11:44:48 -07:00
parent b9533a3e35
commit d9ec548357
5 changed files with 6 additions and 5 deletions

View File

@@ -45,7 +45,7 @@ struct ExerciseListView: View {
supersetIndex == bridgeModule.currentExerciseInfo.supersetIndex &&
exerciseIndex == bridgeModule.currentExerciseInfo.exerciseIndex {
Image(systemName: "figure.run")
.foregroundColor(.green)
.foregroundColor(Color("appColor"))
}
Text(supersetExecercise.exercise.extName)

View File

@@ -65,6 +65,7 @@ struct WorkoutDetailView: View {
}, label: {
Image(systemName: "arrow.triangle.2.circlepath.camera.fill")
.frame(width: 44, height: 44)
.foregroundColor(Color("appColor"))
})
.foregroundColor(.blue)
.cornerRadius(4)
@@ -76,6 +77,7 @@ struct WorkoutDetailView: View {
}, label: {
Image(systemName: "info.circle.fill")
.frame(width: 44, height: 44)
.foregroundColor(Color("appColor"))
})
.foregroundColor(.blue)
.cornerRadius(4)