style(festival-bot): 봇 관리 페이지 축제 섹션 색상 amber로 변경
typeConfig.festival 색상을 emerald → amber로 변경해 다이얼로그·축제 카테고리 색감과 통일. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
de6e56047c
commit
3ba27c0100
1 changed files with 3 additions and 3 deletions
|
|
@ -37,9 +37,9 @@ const SECTIONS = {
|
||||||
festival: {
|
festival: {
|
||||||
title: '축제',
|
title: '축제',
|
||||||
icon: PartyPopper,
|
icon: PartyPopper,
|
||||||
color: 'text-emerald-500',
|
color: 'text-amber-500',
|
||||||
bgColor: 'bg-emerald-50',
|
bgColor: 'bg-amber-50',
|
||||||
borderColor: 'border-emerald-100',
|
borderColor: 'border-amber-100',
|
||||||
canAdd: true,
|
canAdd: true,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue