From 3f147286ceede810876343f73e718b36a2c510ab Mon Sep 17 00:00:00 2001 From: anovazzi1 Date: Tue, 11 Jul 2023 18:29:10 -0300 Subject: [PATCH] fix bg of chat input --- src/frontend/src/modals/formModal/chatInput/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/modals/formModal/chatInput/index.tsx b/src/frontend/src/modals/formModal/chatInput/index.tsx index fa9637e1b..2d1cdc112 100644 --- a/src/frontend/src/modals/formModal/chatInput/index.tsx +++ b/src/frontend/src/modals/formModal/chatInput/index.tsx @@ -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" )}