diff --git a/src/frontend/src/modals/formModal/chatInput/index.tsx b/src/frontend/src/modals/formModal/chatInput/index.tsx index 2d1cdc112..ec62c0505 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 bg-input", + : " form-modal-lock-false bg-background", "form-modal-lockchat" )}