Changes color on dataset description radio buttons

This commit is contained in:
apapachristou 2019-11-04 18:33:30 +02:00
parent f1df43ca4a
commit 0049504304
1 changed files with 4 additions and 4 deletions

View File

@ -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 {