diff --git a/app/components/button.module.scss b/app/components/button.module.scss index 88da97481..167c008c9 100644 --- a/app/components/button.module.scss +++ b/app/components/button.module.scss @@ -30,6 +30,7 @@ display: flex; justify-content: center; align-items: center; + color: aqua; } @media only screen and (max-width: 600px) { diff --git a/app/components/chat.tsx b/app/components/chat.tsx index 90c88d97b..9f53e3bfc 100644 --- a/app/components/chat.tsx +++ b/app/components/chat.tsx @@ -1,5 +1,6 @@ import { useDebouncedCallback } from "use-debounce"; import { memo, useState, useRef, useEffect, useLayoutEffect } from "react"; +import TextareaAutosize from "react-textarea-autosize"; import SendWhiteIcon from "../icons/send-white.svg"; import BrainIcon from "../icons/brain.svg"; @@ -131,133 +132,133 @@ function PromptToast(props: { }); }; - return ( -