Commit aa821332 authored by Yoon, Daeki's avatar Yoon, Daeki 😅
Browse files

스타일 수정

parent e9bb216a
...@@ -67,16 +67,14 @@ export const SignUp = () => { ...@@ -67,16 +67,14 @@ export const SignUp = () => {
} }
return ( return (
<div className="flex justify-center mt-3"> <div className="flex flex-col items-center mt-3">
<form <div className="text-2xl">회원 가입</div>
onSubmit={handleSubmit} <form onSubmit={handleSubmit} className="flex flex-col mt-5 w-80">
className="flex flex-col space-y-4 mt-5 font-bold"
>
<label className="block text-gray-700 text-sm font-bold mb-2 mt-3"> <label className="block text-gray-700 text-sm font-bold mb-2 mt-3">
이름 이름
</label> </label>
<input <input
className="shadow appearance-none border rounded py-2 px-3 text-gray-60" className="shadow appearance-none border rounded py-2 px-3 text-gray-70"
id="name" id="name"
type="text" type="text"
placeholder="이름을 입력하세요" placeholder="이름을 입력하세요"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment