Skip to content

Commit 33478fe

Browse files
committed
Fix "환영합니다" message overflow
1 parent 824e6d0 commit 33478fe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/components/auth/AuthModal.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ const AuthModalBlock = styled.div<{ visible: boolean }>`
5656
display: block;
5757
}
5858
.welcome {
59-
font-size: 2.25rem;
59+
font-size: 1.75rem;
6060
margin-top: 1.5rem;
6161
color: ${palette.gray7};
6262
text-align: center;
63-
font-weight: 400;
63+
font-weight: 600;
6464
font-size: 2rem;
6565
}
6666
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
exports[`AuthForm renders correctly 1`] = `
44
<div>
55
<div
6-
class="sc-bdVaJa dsOzMd"
6+
class="sc-bdVaJa ryoqV"
77
>
88
<div
99
class="wrapper"

0 commit comments

Comments
 (0)