Skip to content

Commit

Permalink
[#9] 전역 theme grey 범위 변경값 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
03hoho03 committed May 11, 2024
1 parent c720cad commit 4c19749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/button/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const StyledWrapper = styled.button<ButtonProps>`
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;
Expand Down

0 comments on commit 4c19749

Please sign in to comment.