chore: typo elimination

Co-authored-by: Siddhant Rai <47355538+siiddhantt@users.noreply.github.com>
This commit is contained in:
Utin Francis Peter
2024-07-05 12:07:33 +01:00
committed by GitHub
parent b21230c4d6
commit 357e9af627

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}