fix:영업 시나리오 indigo 색상 safelist 추가

접근 및 탐색 단계의 프로그래스바 색상이
표시되지 않던 문제 해결

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
김보곤
2026-02-02 10:09:32 +09:00
parent 3ab9d20376
commit dee13f0ff2

View File

@@ -12,6 +12,9 @@ export default {
'bg-yellow-400',
'bg-red-300', 'bg-red-500',
'bg-gray-300', 'bg-gray-500',
// 영업 시나리오 단계별 색상
'bg-blue-500', 'bg-indigo-500', 'bg-purple-500', 'bg-pink-500', 'bg-orange-500', 'bg-green-500',
'border-blue-500', 'border-indigo-500', 'border-purple-500', 'border-pink-500', 'border-orange-500', 'border-green-500',
],
theme: {
extend: {