'Vuetify change v-select element color ( v-select itself )

I have a v-select element against a blue background.

By default , the v-select element is black, but against this background that isn't very visible. I tried changing the color by acessing the props :

  • color
  • background-color

The color prop only changes the v-select color once you click on it to select an option (not very usefull in this case) and the background-color is too much and looks ugly.

I just really want to change the default element color to white.

How can I do that ?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source