Skip to content

Commit 3f12aeb

Browse files
committed
fix: 코리 반영
1 parent 2c1f73d commit 3f12aeb

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/pages/verification/index.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ const Verification: React.FC = () => {
111111
<Title>
112112
<StyledText
113113
$textTheme={{ style: 'body1-medium' }}
114-
color={theme.colors.gray[600]} >
114+
color={theme.colors.tertiary} >
115115
휴대전화번호로 본인인증하기
116116
</StyledText>
117117
</Title>
@@ -123,7 +123,6 @@ const Verification: React.FC = () => {
123123
value={name}
124124
onChange={handleNameChange}
125125
data-theme-style="heading1-regular"
126-
data-theme-lineheight="1"
127126
/>
128127
</InputWrapper>
129128
<InputWrapper>
@@ -133,7 +132,6 @@ const Verification: React.FC = () => {
133132
value={phone}
134133
onChange={handlePhoneChange}
135134
data-theme-style="body1-medium"
136-
data-theme-lineheight="1"
137135
/>
138136
{isVerificationSent && <ResendButton onClick={handleResend}>인증번호 새로 받기</ResendButton>}
139137
</InputWrapper>
@@ -145,7 +143,6 @@ const Verification: React.FC = () => {
145143
value={verificationCode}
146144
onChange={handleVerificationCodeChange}
147145
data-theme-style="body1-medium"
148-
data-theme-lineheight="1"
149146
/>
150147
<Timer>{formatTime(timer)}</Timer>
151148
</VerificationInputWrapper>

0 commit comments

Comments
 (0)