mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
feat: textarea size fixed
This commit is contained in:
parent
46ef410f6f
commit
5c596978b7
@ -1,7 +1,7 @@
|
||||
import { Field } from 'formik'
|
||||
|
||||
const TextArea = ({ name, placeholder }:TextAreaProps):JSX.Element => {
|
||||
return <Field as='textarea' name={name} className='border border-grey-light dark:border-transparent text-black dark:bg-very-black dark:text-white w-full rounded px-4 py-3 relative min-h-2 max-h-3 outline-none' placeholder={placeholder} />
|
||||
return <Field as='textarea' name={name} className='border border-grey-light dark:border-transparent text-black dark:bg-very-black dark:text-white w-full rounded px-4 py-3 relative min-h-3 resize-none outline-none' placeholder={placeholder} />
|
||||
}
|
||||
|
||||
interface TextAreaProps {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user