0π
β
By default itβs v-btn--active
:
.v-btn--active {
background-color: red;
}
Or you can set the active-class
prop on the button:
<v-btn text class="white--text btn-links" active-class="active" to="/events" exact>
EVENTS
</v-btn>
Source:stackexchange.com