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 49
49
checkbox-typography ;
50
50
@forward ' ./chips/chips-theme' as chips- * show chips-theme , chips-color , chips-typography ;
51
51
@forward ' ./datepicker/datepicker-theme' as datepicker- * show datepicker-theme , datepicker-color ,
52
- datepicker-typography ;
52
+ datepicker-typography , datepicker-date-range-colors ;
53
53
@forward ' ./dialog/dialog-theme' as dialog- * show dialog-theme , dialog-color , dialog-typography ;
54
54
@forward ' ./divider/divider-theme' as divider- * show divider-theme , divider-color ,
55
55
divider-typography ;
Original file line number Diff line number Diff line change @@ -230,7 +230,14 @@ selected range.
230
230
231
231
Note that comparison and overlap colors aren't derived from the current theme, due
232
232
to 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
+ ```
234
241
235
242
### Customizing the date selection logic
236
243
You can’t perform that action at this time.
0 commit comments