From 4c19749f39405d016e7d738e3ecafd3c785c3fba Mon Sep 17 00:00:00 2001 From: 03hoho03 Date: Sat, 11 May 2024 13:01:58 +0900 Subject: [PATCH] =?UTF-8?q?[#9]=20=EC=A0=84=EC=97=AD=20theme=20grey=20?= =?UTF-8?q?=EB=B2=94=EC=9C=84=20=EB=B3=80=EA=B2=BD=EA=B0=92=20=EC=A0=81?= =?UTF-8?q?=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/button/Button.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/common/button/Button.tsx b/src/components/common/button/Button.tsx index 06747bc..1a81588 100644 --- a/src/components/common/button/Button.tsx +++ b/src/components/common/button/Button.tsx @@ -47,7 +47,7 @@ const StyledWrapper = styled.button` align-items: center; background-color: ${({ status }) => - status === 'Disabled' ? theme.color.grey500 : theme.color.purple700}; + status === 'Disabled' ? theme.color.grey400 : theme.color.purple700}; color: ${theme.color.white}; width: 350px; height: 43px;