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}