From 2a036e55342b8cd41845f62daa8afa6226fcc319 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=ED=98=9C=EB=A0=B9?= Date: Thu, 20 Jul 2023 11:38:18 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EC=83=89=EC=83=81=20=ED=8C=94?= =?UTF-8?q?=EB=A0=88=ED=8A=B8=20=EC=B6=94=EA=B0=80=20(#43)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/styles/theme.ts | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/frontend/src/styles/theme.ts b/frontend/src/styles/theme.ts index aed996279..b7640f195 100644 --- a/frontend/src/styles/theme.ts +++ b/frontend/src/styles/theme.ts @@ -2,11 +2,16 @@ const color = { primary: '#3E5E8E', secondary: '#7DA3C2', - background: '#F2F5FA', - text: '#333333', - success: '#64B967', - error: '#E74C3C', - // 추가적인 색상 정의 + warning: '#E73846', + + white: '#FFFFFF', + grey200: '#F2F4F6', + grey300: '#AFB8C1', + grey400: '#8B95A1', + grey500: '#4E5968', + grey600: '#3E4753', + grey700: '#333D4B', + black: '#1C1D20', }; // 폰트