fix bg of chat input

This commit is contained in:
anovazzi1
2023-07-11 18:29:10 -03:00
parent f05285e703
commit 3f147286ce

View File

@ -53,7 +53,7 @@ export default function ChatInput({
? " form-modal-lock-true bg-input"
: noInput
? "form-modal-no-input bg-input"
: " form-modal-lock-false",
: " form-modal-lock-false bg-input",
"form-modal-lockchat"
)}