mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 14:30:22 +00:00
chore: className change for Textarea
This commit is contained in:
parent
717d9851bf
commit
b283853e92
@ -1,7 +1,7 @@
|
|||||||
import { Field } from 'formik'
|
import { Field } from 'formik'
|
||||||
|
|
||||||
const TextArea = ({ name, placeholder }:TextAreaProps):JSX.Element => {
|
const TextArea = ({ name, placeholder }:TextAreaProps):JSX.Element => {
|
||||||
return <Field as='textarea' name={name} className='text-black w-full border border-grey-light rounded px-4 py-3 relative focus:border-blue focus:shadow min-h-2 max-h-3' placeholder={placeholder} />
|
return <Field as='textarea' name={name} className='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} />
|
||||||
}
|
}
|
||||||
|
|
||||||
interface TextAreaProps {
|
interface TextAreaProps {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user