@@ -33,11 +33,6 @@ $prefix: (mdc, protected-button);
3333 disabled- container- elevation: null,
3434 focus- container- elevation: null,
3535 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,
4136 with- icon- icon- size: null,
4237 focus- label- text- color: null,
4338 hover- label- text- color: null,
@@ -80,7 +75,13 @@ $prefix: (mdc, protected-button);
8075
8176// Tokens that can be configured through Angular Material's typography theming API.
8277@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+ );
8485}
8586
8687// Tokens that can be configured through Angular Material's density theming API.
0 commit comments