mat radio button color

Solutions on MaxInterview for mat radio button color by the best coders in the world

showing results for - "mat radio button color"
Oskar
14 Jun 2019
1::ng-deep .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element {
2	opacity: 0.5 !important;     /*click effect color change*/
3	background-color: blue !important;
4}
5
6::ng-deep .mat-radio-button.mat-accent .mat-radio-inner-circle {
7	background-color: blue!important;   /*inner circle color change*/
8}
9
10::ng-deep.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
11	border-color:blue!important; /*outer ring color change*/
12}
similar questions
queries leading to this page
mat radio button color