Skip to content

Commit 6cbe1b7

Browse files
author
Andrew Seguin
committed
refactor: switch datepicker off rgba
1 parent 19414e6 commit 6cbe1b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/datepicker/_m2-datepicker.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $_today-fade-amount: 0.2;
1313

1414
// Utility that produces a range background color from a specific color.
1515
@function private-get-range-background-color($color) {
16-
@return rgba($color, 0.2);
16+
@return m3-utils.color-with-opacity($color, 20%);
1717
}
1818

1919
// Utility that produces the overlap selected color from an overlap color.

0 commit comments

Comments
 (0)