fix: minor typo

This commit is contained in:
utin-francis-peter
2024-07-05 11:41:12 +01:00
parent b21230c4d6
commit a41519be63

View File

@@ -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}