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 ( -
+