How to get rounded corners for <v-text-field>
in Vuetify?
<v-flex xs12>
<v-text-field style="border-radius:50px"
label="Text field"
solo
></v-text-field>
</v-flex>
I tried border-radius
property for bother the container <v-flex>
and <v-text-field>
itself but it did not work.