File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ const LoginContent = () => {
8484 < input
8585 type = "email"
8686 placeholder = "이메일"
87- className = "h-[41px] w-full rounded-lg border px-5 py-3 font-serif typo-regular-4 text-k-400 focus:outline-none"
87+ className = "w-full rounded-lg border border-k-100 px-5 py-3 font-serif typo-regular-4 text-k-400 focus:outline-none"
8888 { ...register ( "email" , {
8989 onChange : handleEmailChange ,
9090 } ) }
@@ -101,7 +101,7 @@ const LoginContent = () => {
101101 < input
102102 type = "password"
103103 placeholder = "비밀번호"
104- className = "h-[41px] w-full rounded-lg border px-5 py-3 font-serif typo-regular-4 text-k-400 focus:outline-none"
104+ className = "w-full rounded-lg border border-k-100 px-5 py-3 font-serif typo-regular-4 text-k-400 focus:outline-none"
105105 { ...register ( "password" ) }
106106 onKeyDown = { handleKeyDown }
107107 />
You can’t perform that action at this time.
0 commit comments