Skip to content

Commit

Permalink
디자인 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sayyyho committed Sep 7, 2024
1 parent 552dbb8 commit e63879b
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/pages/ChatPage/ChatPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,18 +137,18 @@ export const ChatPage = () => {
)
)}
</S.ChattingZone>
<S.InputContainer>
<S.StyledInput
rows={1}
ref={customInput}
onChange={() => {}}
onInput={handleResizeHeight}
maxLength={500}
/>
<S.MicrophoneIcon onClick={toggleListening} />
<S.SendIcon onClick={handleSendMessage} />
</S.InputContainer>
</S.ChatLayout>
<S.InputContainer>
<S.StyledInput
rows={1}
ref={customInput}
onChange={() => {}}
onInput={handleResizeHeight}
maxLength={500}
/>
<S.MicrophoneIcon onClick={toggleListening} />
<S.SendIcon onClick={handleSendMessage} />
</S.InputContainer>
</div>
);
};

0 comments on commit e63879b

Please sign in to comment.