`
import {Input} from “@nextui-org/react”;
<code><Input
label="Email"
radius='sm'
/>
</code>
<code><Input
label="Email"
radius='sm'
/>
</code>
<Input
label="Email"
radius='sm'
/>
`
enter image description here
i want to be able to independently customize the input text color and the label color too. i have tried to style using tailwind but i have failed.is there anyone who can assist me with this
New contributor
Xyvie lyons is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.