mirror of
https://github.com/NovaOSS/nova-betterchat.git
synced 2024-11-25 17:33:59 +01:00
style: textarea
This commit is contained in:
parent
01f5d8e4f8
commit
2dcdecc842
|
@ -434,7 +434,7 @@ const EditView = ({
|
|||
>
|
||||
<textarea
|
||||
ref={textareaRef}
|
||||
className='m-0 resize-none rounded-lg bg-transparent overflow-y-hidden focus:ring-0 focus-visible:ring-0 leading-7 w-full'
|
||||
className='m-0 resize-none rounded-lg bg-transparent overflow-y-hidden focus:ring-0 focus-visible:ring-0 leading-7 w-full placeholder:text-gray-500/40'
|
||||
onChange={(e) => {
|
||||
_setContent(e.target.value);
|
||||
}}
|
||||
|
|
Loading…
Reference in a new issue