diff --git a/src/components/common/messaging/MessageBox.tsx b/src/components/common/messaging/MessageBox.tsx index ae980526..26825ca8 100644 --- a/src/components/common/messaging/MessageBox.tsx +++ b/src/components/common/messaging/MessageBox.tsx @@ -8,7 +8,9 @@ import { isTouchscreenDevice } from "../../../lib/isTouchscreenDevice"; import { SingletonMessageRenderer, SMOOTH_SCROLL_ON_RECEIVE } from "../../../lib/renderer/Singleton"; import { connectState } from "../../../redux/connector"; import { WithDispatcher } from "../../../redux/reducers"; +import IconButton from "../../ui/IconButton"; import TextArea from "../../ui/TextArea"; +import { Send } from '@styled-icons/feather'; type Props = WithDispatcher & { channel: Channel; @@ -70,15 +72,20 @@ function MessageBox({ channel, draft, dispatcher }: Props) { } return ( -