Text field from Vuetify has no underline
问题 I am trying to use vuetify's text field. It looks like this: After applying focus it looks like this: I have read this this, but my app IS wrapped in v-app. Is there anything else I could try? HINT: Dark theme doesn't work for me as well,but for example, I can use classes like "red", "text--red", to apply colors. Proof, that there is v-app involved below: EDIT: I tried to wrap it with v-content as well, but it didn't help. <v-app> <v-content> <router-view></router-view> </v-content> </v-app>