mirror of
https://github.com/billsonnn/nitro-react.git
synced 2025-02-18 18:02:36 +01:00
Update chat input
This commit is contained in:
parent
f941ebe72d
commit
0cc1c1d278
@ -0,0 +1,3 @@
|
|||||||
|
.nitro-chat-input {
|
||||||
|
|
||||||
|
}
|
@ -5,7 +5,7 @@ import { ChatInputViewProps } from './ChatInputView.types';
|
|||||||
export const ChatInputView: FC<ChatInputViewProps> = props =>
|
export const ChatInputView: FC<ChatInputViewProps> = props =>
|
||||||
{
|
{
|
||||||
return (
|
return (
|
||||||
<div className="nitro-chat-form fixed-bottom mb-4 d-flex justify-content-center">
|
<div className="nitro-chat-input fixed-bottom mb-4 d-flex justify-content-center">
|
||||||
<div className="nitro-chat-form-input">
|
<div className="nitro-chat-form-input">
|
||||||
<input type="text" className="form-control" placeholder={ LocalizeText('widgets.chatinput.default') } />
|
<input type="text" className="form-control" placeholder={ LocalizeText('widgets.chatinput.default') } />
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user