@@ -150,10 +150,10 @@ export class MatDatepickerContent<S, D = ExtractDateTypeFromSelection<S>>
150
150
151
151
/**
152
152
* Theme color of the internal calendar. This API is supported in M2 themes
153
- * only, it has no effect in M3 themes.
153
+ * only, it has no effect in M3 themes. For color customization in M3, see https://material.angular.io/components/datepicker/styling.
154
154
*
155
155
* For information on applying color variants in M3, see
156
- * https://material.angular.io/guide/theming#using-component- color-variants.
156
+ * https://material.angular.io/guide/material-2- theming#optional-add-backwards-compatibility-styles-for- color-variants
157
157
*/
158
158
@Input ( ) color : ThemePalette ;
159
159
@@ -324,10 +324,10 @@ export interface MatDatepickerPanel<
324
324
closedStream : EventEmitter < void > ;
325
325
/**
326
326
* Color palette to use on the datepicker's calendar. This API is supported in M2 themes only, it
327
- * has no effect in M3 themes.
327
+ * has no effect in M3 themes. For color customization in M3, see https://material.angular.io/components/datepicker/styling.
328
328
*
329
329
* For information on applying color variants in M3, see
330
- * https://material.angular.io/guide/theming#using-component -color-variants
330
+ * https://material.angular.io/guide/material-2- theming#optional-add-backwards-compatibility-styles-for -color-variants
331
331
*/
332
332
color : ThemePalette ;
333
333
/** The input element the datepicker is associated with. */
@@ -387,10 +387,10 @@ export abstract class MatDatepickerBase<
387
387
388
388
/**
389
389
* Theme color of the datepicker's calendar. This API is supported in M2 themes only, it
390
- * has no effect in M3 themes.
390
+ * has no effect in M3 themes. For color customization in M3, see https://material.angular.io/components/datepicker/styling.
391
391
*
392
392
* For information on applying color variants in M3, see
393
- * https://material.angular.io/guide/theming#using-component- color-variants.
393
+ * https://material.angular.io/guide/material-2- theming#optional-add-backwards-compatibility-styles-for- color-variants
394
394
*/
395
395
@Input ( )
396
396
get color ( ) : ThemePalette {
0 commit comments