Skip to content

Commit 82b66e4

Browse files
authored
Merge pull request Next-Room#92 from Next-Room/fix/signup-button
fix: 회원가입 버튼 disabled 미적용 해결
2 parents a993812 + c0cff70 commit 82b66e4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

app/signup/SignUpSuccess.styled.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ export const SuccessButton = styled.button`
9494
border-radius: 75px;
9595
background-color: white;
9696
color: black;
97-
font-size: 18px !important;
98-
font-weight: 500 !important;
99-
line-height: 20px !important;
97+
font-size: 18px;
98+
font-weight: 500;
99+
line-height: 20px;
100100
${"a"} {
101101
}
102102
`;

app/signup/SignUpView.styled.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ export const SignUpButton = styled(Button)`
147147
font-weight: 500 !important;
148148
line-height: 20px !important;
149149
150-
color: #717072 !important;
151-
background-color: #464748 !important;
150+
color: #717072;
151+
background-color: #464748;
152152
`;
153153

154154
export const StyledBox = styled(Box)`

0 commit comments

Comments
 (0)