I'm looking to customize the text color inside an input field, specifically making it white. Here is a reference image to demonstrate what I mean:
https://i.sstatic.net/JJomd.png
Below is the code snippet that achieves this effect:
<v-flex xs12 sm6 md3>
<v-text-field color="white" label="Name" style="">
</v-text-field>
</v-flex>