From 0cc1c1d278c7f4eb03903737bfa417b02178602e Mon Sep 17 00:00:00 2001 From: Bill Date: Fri, 23 Apr 2021 21:05:37 -0400 Subject: [PATCH] Update chat input --- src/views/room/widgets/chat-input/ChatInputView.scss | 3 +++ src/views/room/widgets/chat-input/ChatInputView.tsx | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/room/widgets/chat-input/ChatInputView.scss b/src/views/room/widgets/chat-input/ChatInputView.scss index e69de29b..e08da6b1 100644 --- a/src/views/room/widgets/chat-input/ChatInputView.scss +++ b/src/views/room/widgets/chat-input/ChatInputView.scss @@ -0,0 +1,3 @@ +.nitro-chat-input { + +} diff --git a/src/views/room/widgets/chat-input/ChatInputView.tsx b/src/views/room/widgets/chat-input/ChatInputView.tsx index e8fe4fda..e1a13e76 100644 --- a/src/views/room/widgets/chat-input/ChatInputView.tsx +++ b/src/views/room/widgets/chat-input/ChatInputView.tsx @@ -5,7 +5,7 @@ import { ChatInputViewProps } from './ChatInputView.types'; export const ChatInputView: FC = props => { return ( -
+