Make the brand purple the accent color and exercise Done check
Populate the previously-empty AccentColor asset (iOS + watch) with the logo purple — a deep shade in light mode, brightened for dark mode and the watch's black background. The exercise Done check now uses that accent color and the in-progress indicator reads as a neutral gray, on both iPhone and Apple Watch.
This commit is contained in:
@@ -173,9 +173,9 @@ struct WorkoutLogRowLabel: View {
|
||||
private var statusColor: Color {
|
||||
switch status {
|
||||
case .completed:
|
||||
.green
|
||||
.accentColor
|
||||
case .inProgress:
|
||||
.orange
|
||||
.gray
|
||||
case .notStarted:
|
||||
.secondary
|
||||
case .skipped:
|
||||
|
||||
Reference in New Issue
Block a user