Changes color on dataset description radio buttons
This commit is contained in:
parent
f1df43ca4a
commit
0049504304
|
@ -62,10 +62,10 @@
|
|||
}
|
||||
|
||||
::ng-deep .mat-radio-button.mat-accent .mat-radio-inner-circle {
|
||||
color: #777777;
|
||||
background-color: #777777;
|
||||
// color: #00b29f;
|
||||
// background-color: #00b29f;
|
||||
color: #00b29f;
|
||||
background-color: #00b29f;
|
||||
// color: #777777;
|
||||
// background-color: #777777;
|
||||
}
|
||||
|
||||
.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element {
|
||||
|
|
Loading…
Reference in New Issue