custom color of underlined input but without affecting the validation part with danger (Help me, please) #3006
Unanswered
ManuelCarrascal
asked this question in
Help
Replies: 1 comment 4 replies
-
for the error message, you can customize in isInvalid: {
true: {
label: "!text-danger",
input: "!placeholder:text-danger !text-danger",
},
} |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been trying to customize the inputWrapper of my input with an underlined variant for hours and I have not found a way to make it have a specific color but without affecting, for example, the color flows such as danger, I try to enter the discord to seek help and it is blocked Does anyone know how?
but
In that case it should be red, and I've tried many things and nothing works for me.
I want the color orange but if there is an error or validation in the format or whatever it looks normal like this:
Beta Was this translation helpful? Give feedback.
All reactions