@@ -79,10 +79,10 @@ export const MAT_RADIO_GROUP = new InjectionToken<MatRadioGroup>('MatRadioGroup'
79
79
export interface MatRadioDefaultOptions {
80
80
/**
81
81
* Theme color of the radio button. This API is supported in M2 themes only, it
82
- * has no effect in M3 themes.
82
+ * has no effect in M3 themes. For color customization in M3, see https://material.angular.io/components/radio/styling.
83
83
*
84
84
* For information on applying color variants in M3, see
85
- * https://material.angular.io/guide/theming#using-component- color-variants.
85
+ * https://material.angular.io/guide/material-2- theming#optional-add-backwards-compatibility-styles-for- color-variants
86
86
*/
87
87
color : ThemePalette ;
88
88
@@ -169,10 +169,10 @@ export class MatRadioGroup implements AfterContentInit, OnDestroy, ControlValueA
169
169
170
170
/**
171
171
* Theme color of the radio buttons in the group. This API is supported in M2
172
- * themes only, it has no effect in M3 themes.
172
+ * themes only, it has no effect in M3 themes. For color customization in M3, see https://material.angular.io/components/radio/styling.
173
173
*
174
174
* For information on applying color variants in M3, see
175
- * https://material.angular.io/guide/theming#using-component- color-variants.
175
+ * https://material.angular.io/guide/material-2- theming#optional-add-backwards-compatibility-styles-for- color-variants
176
176
*/
177
177
@Input ( ) color : ThemePalette ;
178
178
@@ -523,10 +523,10 @@ export class MatRadioButton implements OnInit, AfterViewInit, DoCheck, OnDestroy
523
523
524
524
/**
525
525
* Theme color of the radio button. This API is supported in M2 themes only, it
526
- * has no effect in M3 themes.
526
+ * has no effect in M3 themes. For color customization in M3, see https://material.angular.io/components/radio/styling.
527
527
*
528
528
* For information on applying color variants in M3, see
529
- * https://material.angular.io/guide/theming#using-component- color-variants.
529
+ * https://material.angular.io/guide/material-2- theming#optional-add-backwards-compatibility-styles-for- color-variants
530
530
*/
531
531
@Input ( )
532
532
get color ( ) : ThemePalette {
0 commit comments