Answers for "vuetify change text color of radio button"

0

vuetify change text color of radio button

<template>
<v-radio label="Radio 1" value="radio-1" class="black--text" />
</template>

<style scoped>
.black--text /deep/ label {
    color: black;
}
</style>
Posted by: Guest on September-20-2020

Code answers related to "vuetify change text color of radio button"

Code answers related to "Javascript"

Browse Popular Code Answers by Language