diff --git a/packages/react-chat/src/components/Chat/ChatInput.tsx b/packages/react-chat/src/components/Chat/ChatInput.tsx index 17535f01..22370dd1 100644 --- a/packages/react-chat/src/components/Chat/ChatInput.tsx +++ b/packages/react-chat/src/components/Chat/ChatInput.tsx @@ -136,7 +136,7 @@ export function ChatInput({ theme, addMessage }: ChatInputProps) { const View = styled.div` display: flex; - align-items: flex-end; + align-items: center; padding: 6px 8px 6px 10px; position: relative; `; @@ -144,7 +144,7 @@ const View = styled.div` const Row = styled.div` position: relative; display: flex; - align-items: flex-end; + align-items: center; width: 100%; max-height: 438px; padding-right: 6px;