We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4316787 commit 4ee3cdfCopy full SHA for 4ee3cdf
src/material/radio/_radio-theme.scss
@@ -14,6 +14,8 @@
14
&.mat-radio-checked .mat-radio-persistent-ripple,
15
&:active .mat-radio-persistent-ripple {
16
background-color: theming.get-color-from-palette($palette);
17
+ -webkit-print-color-adjust: exact;
18
+ color-adjust: exact;
19
}
20
21
0 commit comments