Commit 0878e5d4 authored by Lee SeoYeon's avatar Lee SeoYeon
Browse files

설명 밑줄

parent f891465f
...@@ -130,7 +130,7 @@ export const EditSurvey = () => { ...@@ -130,7 +130,7 @@ export const EditSurvey = () => {
<input <input
type="text" type="text"
name="comment" name="comment"
className="font-bold text-1xl text-center m-2 resize-none" className="font-bold text-1xl text-center m-2 border-b-2 resize-none"
placeholder="설문조사에 대한 설명을 입력해주세요" placeholder="설문조사에 대한 설명을 입력해주세요"
size={50} size={50}
value={survey.comment} value={survey.comment}
......
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