From 3ba27c01007c9234ad26a5edec95099342e5a3af Mon Sep 17 00:00:00 2001 From: caadiq Date: Sat, 6 Jun 2026 23:06:07 +0900 Subject: [PATCH] =?UTF-8?q?style(festival-bot):=20=EB=B4=87=20=EA=B4=80?= =?UTF-8?q?=EB=A6=AC=20=ED=8E=98=EC=9D=B4=EC=A7=80=20=EC=B6=95=EC=A0=9C=20?= =?UTF-8?q?=EC=84=B9=EC=85=98=20=EC=83=89=EC=83=81=20amber=EB=A1=9C=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit typeConfig.festival 색상을 emerald → amber로 변경해 다이얼로그·축제 카테고리 색감과 통일. Co-Authored-By: Claude Opus 4.7 --- frontend/src/pages/pc/admin/schedules/ScheduleBots.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/pages/pc/admin/schedules/ScheduleBots.jsx b/frontend/src/pages/pc/admin/schedules/ScheduleBots.jsx index 78d4fe8..8ac2878 100644 --- a/frontend/src/pages/pc/admin/schedules/ScheduleBots.jsx +++ b/frontend/src/pages/pc/admin/schedules/ScheduleBots.jsx @@ -37,9 +37,9 @@ const SECTIONS = { festival: { title: '축제', icon: PartyPopper, - color: 'text-emerald-500', - bgColor: 'bg-emerald-50', - borderColor: 'border-emerald-100', + color: 'text-amber-500', + bgColor: 'bg-amber-50', + borderColor: 'border-amber-100', canAdd: true, }, };