Skip to content

Commit 1adbcd1

Browse files
authored
Merge pull request #44 from AjouChatBot/feat/chatapi
style: 스타일 수정
2 parents 2701920 + 40fc789 commit 1adbcd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/chat/ChatInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ const ChatInput: React.FC<ChatInputProps> = ({ mode, onSend }) => {
286286
onInput={handleInput}
287287
onKeyDown={handleKeyDown}
288288
ref={textareaRef}
289-
className='w-full h-[120px] p-4 rounded-lg border border-gray-300 focus:outline-none focus:ring-2 focus:ring-blue-500 resize-none'
289+
className='w-full min-h-[118px] h-full p-3 text-sm border-none outline-none resize-none bg-transparent'
290290
placeholder='검색할 주제나 내용을 알려주세요'
291291
/>
292292
<div className='mt-2 flex items-center gap-3'>

0 commit comments

Comments
 (0)