From dee13f0ff2dc6bfe668bd2217bcd4fd58040249e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Mon, 2 Feb 2026 10:09:32 +0900 Subject: [PATCH] =?UTF-8?q?fix:=EC=98=81=EC=97=85=20=EC=8B=9C=EB=82=98?= =?UTF-8?q?=EB=A6=AC=EC=98=A4=20indigo=20=EC=83=89=EC=83=81=20safelist=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 접근 및 탐색 단계의 프로그래스바 색상이 표시되지 않던 문제 해결 Co-Authored-By: Claude Opus 4.5 --- tailwind.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tailwind.config.js b/tailwind.config.js index 3819e153..49235625 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -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: {