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;