From 1b383d1c6a4b7825569485a1a7d9c198d31ba3e0 Mon Sep 17 00:00:00 2001 From: artem Date: Thu, 17 Sep 2026 20:58:14 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D1=84=D0=BE=D1=82=D0=BE=D0=B3=D1=80=D0=B0=D1=84=D0=B8?= =?UTF-8?q?=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/workouts/components/WorkoutItem.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;