diff --git a/src/frontend/src/modals/IOModal/components/chatView/chatInput/components/textAreaWrapper/index.tsx b/src/frontend/src/modals/IOModal/components/chatView/chatInput/components/textAreaWrapper/index.tsx index 6892373ad..19dbd4550 100644 --- a/src/frontend/src/modals/IOModal/components/chatView/chatInput/components/textAreaWrapper/index.tsx +++ b/src/frontend/src/modals/IOModal/components/chatView/chatInput/components/textAreaWrapper/index.tsx @@ -42,10 +42,10 @@ const TextAreaWrapper = ({ const fileClass = files.length > 0 - ? "rounded-b-md border-t-0 border-border focus:border-t-0 focus:border-ring" + ? "rounded-b-lg rounded-t-none border-t-0 border-border focus:border-t-0 focus:border-ring" : "rounded-md border-t-2 border-border focus:border-ring"; - const additionalClassNames = "form-modal-lockchat pl-10"; + const additionalClassNames = "form-modal-lockchat pl-14"; return (