Skip to content

Commit

Permalink
Merge pull request #92 from Next-Room/fix/signup-button
Browse files Browse the repository at this point in the history
fix: 회원가입 버튼 disabled 미적용 해결
  • Loading branch information
lgrin-byte authored Dec 28, 2024
2 parents a993812 + c0cff70 commit 82b66e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions app/signup/SignUpSuccess.styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ export const SuccessButton = styled.button`
border-radius: 75px;
background-color: white;
color: black;
font-size: 18px !important;
font-weight: 500 !important;
line-height: 20px !important;
font-size: 18px;
font-weight: 500;
line-height: 20px;
${"a"} {
}
`;
4 changes: 2 additions & 2 deletions app/signup/SignUpView.styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ export const SignUpButton = styled(Button)`
font-weight: 500 !important;
line-height: 20px !important;
color: #717072 !important;
background-color: #464748 !important;
color: #717072;
background-color: #464748;
`;

export const StyledBox = styled(Box)`
Expand Down

0 comments on commit 82b66e4

Please sign in to comment.