mirror of
https://github.com/hazemKrimi/crimson-quirks-ui.git
synced 2026-05-01 18:20:28 +00:00
Update textarea component
This commit is contained in:
@@ -53,7 +53,7 @@ const TextArea = ({
|
||||
<div className='textarea'>
|
||||
<div>
|
||||
<textarea
|
||||
rows={10}
|
||||
rows={5}
|
||||
value={value}
|
||||
name={name}
|
||||
onChange={onChange}
|
||||
|
||||
Reference in New Issue
Block a user