[Vuejs]-Vuetify – How Reduce Button Radius?

0👍

The easiest way is to use the width or min-width prop of v-button. Another option is to set a custom CSS class on the button which overrides the CSS min-width rule of the button.

Leave a comment