Skip to content

Commit 824e6d0

Browse files
committed
1 parent 4378585 commit 824e6d0

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

src/components/auth/AuthEmailForm.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ const AuthEmailFormBlock = styled.form`
2222
}
2323
}
2424
button {
25-
padding-left: 0.75rem;
26-
padding-right: 0.75rem;
2725
background: ${palette.teal6};
2826
color: white;
2927
font-size: 1rem;
@@ -32,7 +30,7 @@ const AuthEmailFormBlock = styled.form`
3230
border: none;
3331
border-top-right-radius: 2px;
3432
border-bottom-right-radius: 2px;
35-
width: 5rem;
33+
width: 6rem;
3634
word-break: keep-all;
3735
cursor: pointer;
3836
&:hover,

src/components/auth/__tests__/__snapshots__/AuthForm.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ exports[`AuthForm renders correctly 1`] = `
1919
회원가입
2020
</h4>
2121
<form
22-
class="sc-bdVaJa NPNhw"
22+
class="sc-bdVaJa izhlxF"
2323
>
2424
<input
2525
placeholder="이메일을 입력하세요."

src/containers/auth/__tests__/__snapshots__/AuthModalContainer.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ exports[`AuthForm renders correctly 1`] = `
6464
회원가입
6565
</h4>
6666
<form
67-
class="sc-bwzfXH iIIcuY"
67+
class="sc-bwzfXH cYqiPl"
6868
>
6969
<input
7070
placeholder="이메일을 입력하세요."

0 commit comments

Comments
 (0)