@@ -138,7 +138,7 @@ export default function ModalInput({
138138 placeholder = "제목을 입력해 주세요"
139139 defaultValue = { defaultValue }
140140 className = "w-full max-w-[520px] h-[48px] rounded-md pl-4 pr-18
141- text-black3 text-[14px ] sm:text-[16px ] font:normal
141+ text-black3 text-[16px ] sm:text-[18px ] font:normal
142142 outline-none border border-[var(--color-gray3)] focus:border-[var(--primary)]"
143143 onChange = { handleTitleValue }
144144 maxLength = { maxTitleLength }
@@ -169,7 +169,7 @@ export default function ModalInput({
169169 timeIntervals = { 15 }
170170 dateFormat = "yyyy-MM-dd HH:mm"
171171 placeholderText = "날짜를 입력해 주세요"
172- className = "w-full h-full text-black3 text-[14px ] sm:text-[16px ] font:normal outline-none bg-transparent"
172+ className = "w-full h-full text-black3 text-[16px ] sm:text-[18px ] font:normal outline-none bg-transparent"
173173 calendarClassName = "text-[14px]"
174174 popperPlacement = "bottom-start"
175175 popperContainer = { ( { children } ) => < div > { children } </ div > }
@@ -209,8 +209,8 @@ export default function ModalInput({
209209 onKeyDown = { handleKeydown }
210210 className = "flex-grow min-w-[100px] h-full
211211 border-none outline-none
212- font-normal text-[14px ] sm:text-[16px ]
213- placeholder:sm:text-[14px ] placeholder:text-[12px ]"
212+ font-normal text-[16px ] sm:text-[18px ]
213+ placeholder:sm:text-[16px ] placeholder:text-[14px ]"
214214 />
215215 </ div >
216216 ) ;
0 commit comments