diff --git a/src/pages/workouts/components/WorkoutItem.vue b/src/pages/workouts/components/WorkoutItem.vue index 00d4461..70896e6 100644 --- a/src/pages/workouts/components/WorkoutItem.vue +++ b/src/pages/workouts/components/WorkoutItem.vue @@ -1582,7 +1582,7 @@ h3 { width: 28px; height: 28px; border-radius: 50%; - background: #007afc; + background: #f59e0b; color: #fff; font-weight: 600; font-size: 13px;