wip
This commit is contained in:
@ -28,7 +28,7 @@ struct WorkoutCardView: View {
|
||||
.font(.headline)
|
||||
.foregroundStyle(.white)
|
||||
|
||||
Text(workout.statusName)
|
||||
Text("\(workout.statusName)~")
|
||||
.font(.caption)
|
||||
.foregroundStyle(Color.accentColor)
|
||||
}
|
||||
|
Reference in New Issue
Block a user