import {Input} from "@nextui-org/react";
<Input
label="Email"
radius='sm' />
https://i.sstatic.net/gprRpEIz.png
I am looking for a way to customize the input text color and the label color separately. I attempted styling with tailwind without success. Can anyone provide guidance on how to achieve this?