mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 00:23:17 +00:00
fix: minor typo
This commit is contained in:
@@ -36,7 +36,7 @@ const TextArea = ({
|
||||
return (
|
||||
<textarea
|
||||
ref={textAreaRef}
|
||||
className={`} w-full resize-none self-stretch overflow-y-auto overflow-x-hidden whitespace-pre-wrap rounded-full bg-white px-9 pt-5 pb-[22px] text-base leading-tight opacity-100 focus:outline-none dark:bg-raisin-black
|
||||
className={`w-full resize-none self-stretch overflow-y-auto overflow-x-hidden whitespace-pre-wrap rounded-full bg-white px-9 pt-5 pb-[22px] text-base leading-tight opacity-100 focus:outline-none dark:bg-raisin-black
|
||||
dark:text-bright-gray ${className}`}
|
||||
id={id}
|
||||
rows={1}
|
||||
|
||||
Reference in New Issue
Block a user