File tree 1 file changed +3
-0
lines changed
src/material-experimental/mdc-button 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -167,6 +167,7 @@ $mat-button-state-target: '.mdc-button__ripple';
167
167
}
168
168
169
169
@mixin mat-mdc-button-typography ($config-or-theme ) {
170
+ $config : mat-private-typography-normalized-config (mat-get-typography-config ($config-or-theme ));
170
171
$config : mat-get-typography-config ($config-or-theme );
171
172
@include mat-using-mdc-typography ($config ) {
172
173
@include mdc-button-without-ripple ($query : $mat-typography-styles-query );
@@ -253,6 +254,7 @@ $mat-button-state-target: '.mdc-button__ripple';
253
254
}
254
255
255
256
@mixin mat-mdc-fab-typography ($config-or-theme ) {
257
+ $config : mat-private-typography-normalized-config (mat-get-typography-config ($config-or-theme ));
256
258
$config : mat-get-typography-config ($config-or-theme );
257
259
@include mat-using-mdc-typography ($config ) {
258
260
@include mdc-fab-without-ripple ($query : $mat-typography-styles-query );
@@ -326,6 +328,7 @@ $mat-button-state-target: '.mdc-button__ripple';
326
328
}
327
329
328
330
@mixin mat-mdc-icon-button-typography ($config-or-theme ) {
331
+ $config : mat-private-typography-normalized-config (mat-get-typography-config ($config-or-theme ));
329
332
$config : mat-get-typography-config ($config-or-theme );
330
333
@include mat-using-mdc-typography ($config ) {
331
334
@include mdc-icon-button-without-ripple ($query : $mat-typography-styles-query );
You can’t perform that action at this time.
0 commit comments