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, }, };