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 19414e6 commit 6cbe1b7Copy full SHA for 6cbe1b7
src/material/datepicker/_m2-datepicker.scss
@@ -13,7 +13,7 @@ $_today-fade-amount: 0.2;
13
14
// Utility that produces a range background color from a specific color.
15
@function private-get-range-background-color($color) {
16
- @return rgba($color, 0.2);
+ @return m3-utils.color-with-opacity($color, 20%);
17
}
18
19
// Utility that produces the overlap selected color from an overlap color.
0 commit comments