File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments