@@ -33,11 +33,6 @@ $prefix: (mdc, protected-button);
33
33
disabled- container- elevation: null,
34
34
focus- container- elevation: null,
35
35
pressed- container- elevation: null,
36
- label- text- font: null,
37
- label- text- size: null,
38
- label- text- tracking: null,
39
- label- text- transform: null,
40
- label- text- weight: null,
41
36
with- icon- icon- size: null,
42
37
focus- label- text- color: null,
43
38
hover- label- text- color: null,
@@ -80,7 +75,13 @@ $prefix: (mdc, protected-button);
80
75
81
76
// Tokens that can be configured through Angular Material's typography theming API.
82
77
@function get-typography-tokens ($theme ) {
83
- @return ();
78
+ @return (
79
+ label- text- font: inspection .get-theme-typography ($theme , button , font-family ),
80
+ label- text- size: inspection .get-theme-typography ($theme , button , font-size ),
81
+ label- text- tracking: inspection .get-theme-typography ($theme , button , letter-spacing ),
82
+ label- text- weight: inspection .get-theme-typography ($theme , button , font-weight ),
83
+ label- text- transform: none ,
84
+ );
84
85
}
85
86
86
87
// Tokens that can be configured through Angular Material's density theming API.
0 commit comments