This commit is contained in:
2025-08-08 21:09:11 -04:00
parent 2f044c3d9c
commit 7bcc5d656c
38 changed files with 776 additions and 159 deletions

View File

@ -28,7 +28,7 @@ struct WorkoutCardView: View {
.font(.headline)
.foregroundStyle(.white)
Text(workout.statusName)
Text("\(workout.statusName)~")
.font(.caption)
.foregroundStyle(Color.accentColor)
}