File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 4949 checkbox-typography ;
5050@forward ' ./chips/chips-theme' as chips- * show chips-theme , chips-color , chips-typography ;
5151@forward ' ./datepicker/datepicker-theme' as datepicker- * show datepicker-theme , datepicker-color ,
52- datepicker-typography ;
52+ datepicker-typography , datepicker-date-range-colors ;
5353@forward ' ./dialog/dialog-theme' as dialog- * show dialog-theme , dialog-color , dialog-typography ;
5454@forward ' ./divider/divider-theme' as divider- * show divider-theme , divider-color ,
5555 divider-typography ;
Original file line number Diff line number Diff line change @@ -230,7 +230,14 @@ selected range.
230230
231231Note that comparison and overlap colors aren't derived from the current theme, due
232232to limitations in the Material Design theming system. They can be customized using the
233- ` mat-date-range-colors ` mixin.
233+ ` datepicker-date-range-colors ` mixin.
234+
235+ ``` scss
236+ @use ' @angular/material' as mat ;
237+
238+ @include mat .datepicker-date-range-colors (
239+ hotpink , teal , yellow , purple );
240+ ```
234241
235242### Customizing the date selection logic
236243
You can’t perform that action at this time.
0 commit comments