From 0151eb31ea4dc3c81e1e9d209fffda4e4e3777b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=A0=84=EC=9C=A0=EB=AF=BC?= Date: Mon, 8 Jul 2024 12:38:32 +0900 Subject: [PATCH] =?UTF-8?q?color=20=EB=AA=85=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tailwind.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailwind.config.js b/tailwind.config.js index ac0454d9..1c497d8c 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -33,7 +33,7 @@ module.exports = { 'gray-300': '#ABABAB', 'gray-400': '#919191', 'background-100': '#F5F7FA', - error: '#FF6577', + 'state-error': '#FF6577', 'line-100': '#F2F2F2', 'line-200': '#CFDBEA', 'illust-yellow': '#FBC85B',