Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

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>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #vuetify #change #text #color #radio #button
ADD COMMENT
Topic
Name
6+1 =