Search code examples
cssvue.jsvuetify.jsv-stepper

How to make v-stepper-step size large in Vuetify?


This is the Stepper image . View it  !!

How can I change this icon/ step circle size in v-stepper ??


Solution

  • ::v-deep .v-stepper__step__step {
         width: 40px;
       height: 40px;
    }