vuetify Zmień kolor tekst przycisku opcji
<template>
<v-radio label="Radio 1" value="radio-1" class="black--text" />
</template>
<style scoped>
.black--text /deep/ label {
color: black;
}
</style>
Fine Fox