Text-color for v-tooltip
I have many v-tooltips components and I’d like to know a way to change the text-color of it, not the color of the tooltip. I tried inspecting the element but it’s impossible to inspect the tooltip since it only appears on hover of the element. Here’s my code: <div v-if="this.nbFiltersActive !=0"> <v-btn v-if="this.toggleSettingsBtn == true"… Read More Text-color for v-tooltip