@@ -150,10 +150,10 @@ export class MatDatepickerContent<S, D = ExtractDateTypeFromSelection<S>>
150150
151151 /**
152152 * 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.
154154 *
155155 * 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
157157 */
158158 @Input ( ) color : ThemePalette ;
159159
@@ -324,10 +324,10 @@ export interface MatDatepickerPanel<
324324 closedStream : EventEmitter < void > ;
325325 /**
326326 * 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.
328328 *
329329 * 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
331331 */
332332 color : ThemePalette ;
333333 /** The input element the datepicker is associated with. */
@@ -387,10 +387,10 @@ export abstract class MatDatepickerBase<
387387
388388 /**
389389 * 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.
391391 *
392392 * 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
394394 */
395395 @Input ( )
396396 get color ( ) : ThemePalette {
0 commit comments