diff --git a/src/features/study/ui/today-study-modal.tsx b/src/features/study/ui/today-study-modal.tsx index f21c3127..93fd5d80 100644 --- a/src/features/study/ui/today-study-modal.tsx +++ b/src/features/study/ui/today-study-modal.tsx @@ -44,11 +44,8 @@ export default function TodayStudyModal({ return ( - -
- - 작성하기 -
+ + @@ -62,13 +59,11 @@ export default function TodayStudyModal({ - - {isInterviewee ? ( - - ) : ( - - )} - + {isInterviewee ? ( + + ) : ( + + )}
@@ -113,34 +108,44 @@ function ReadyForm({ return ( <> -
- - - 이번 스터디에서 다룰 면접 주제를 입력하세요 - - setInterviewTopic(e.target.value)} - /> -
+ +
+
+ + + 이번 스터디에서 다룰 면접 주제를 입력하세요 + +
+ + setInterviewTopic(e.target.value)} + /> +
+ +
+
+ + + 참고할 링크나 자료가 있다면 입력해 주세요 + +
-
- - - 참고할 링크나 자료가 있다면 입력해 주세요 - - setReferenceLink(e.target.value)} - /> -
+ setReferenceLink(e.target.value)} + /> +
+
@@ -202,37 +207,49 @@ function DoneForm({ return ( <> -
- - - 면접 완료 후 해당 지원자의 상태를 업데이트해 주세요. - - setProgressStatus(e as StudyProgressStatus)} - /> -
+ +
+
+ + + 면접 완료 후 해당 지원자의 상태를 업데이트해 주세요. + +
+ + setProgressStatus(e as StudyProgressStatus)} + /> +
-
- - - 면접 결과에 대한 간단한 피드백을 입력해 주세요. - - setFeedback(e)} - /> -
+
+
+ + + 면접 결과에 대한 간단한 피드백을 입력해 주세요. + +
+ + setFeedback(e)} + /> +
+