2

I want the following text inside the input field to be white as shown in the picture below:

here the picture

And here is the code:


<v-flex xs12 sm6 md3>
   <v-text-field color="white" label="Name" style="">
   </v-text-field>
</v-flex>

1 Answer 1

3

You can override the default css

.theme--light.v-input:not(.v-input--is-disabled) input{
  color:#fff;
}
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.