Search
 
SCRIPT & CODE EXAMPLE
 

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>
Comment

PREVIOUS NEXT
Code Example
Javascript :: javascript base64 encode file input 
Javascript :: vue get store state 
Javascript :: how to import background image in inline css in react 
Javascript :: how to detect if ios is in dark mode react native 
Javascript :: object delete with id filter javascript 
Javascript :: Unexpected token a in JSON at position 
Javascript :: jquery replace text in button 
Javascript :: js code stars 
Javascript :: array contains multiple js 
Javascript :: javascript synchronous wait 
Javascript :: Round off a number to the next multiple of 5 using JavaScript 
Javascript :: remove undefined from javascript array map 
Javascript :: javascript get hour from date 
Javascript :: random color code js 
Javascript :: jquery external script 
Javascript :: how get checkbox if checked in jquery 
Javascript :: go to top angular 
Javascript :: javascript url decode online 
Javascript :: isarray 
Javascript :: replace comma by new line in js 
Javascript :: zero timeout javascript 
Javascript :: js location 
Javascript :: format time in moment 
Javascript :: vertical align text canvas 
Javascript :: jquery select div in div 
Javascript :: js datetime local 
Javascript :: how to check if item is in list js 
Javascript :: is_int js 
Javascript :: get ip address js 
Javascript :: toast in react native 
ADD CONTENT
Topic
Content
Source link
Name
9+6 =