Skip to content

Changing color of text in <Input/> #2570

Answered by chr-ge
spidertwin2 asked this question in Q&A
Discussion options

You must be logged in to vote

To change the input text color add color="blue.500"

<Input
    placeholder="Enter email"
    m="3% 0"
    color="blue.500"
    variant="unstyled"
    colorScheme="blue"
    isRequired
/>

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@spidertwin2
Comment options

Answer selected by spidertwin2
Comment options

You must be logged in to vote
2 replies
@chr-ge
Comment options

@spidertwin2
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants