@@ -49,7 +49,7 @@ $mat-button-state-target: '.mdc-button__ripple';
4949}
5050
5151
52- @mixin mat-button-theme-mdc ($theme ) {
52+ @mixin mat-mdc- button-theme ($theme ) {
5353 @include mat-using-mdc-theme ($theme ) {
5454 // Add state interactions for hover, focus, press, active. Colors are changed based on
5555 // the mixin mdc-states-base-color
@@ -164,13 +164,13 @@ $mat-button-state-target: '.mdc-button__ripple';
164164 }
165165}
166166
167- @mixin mat-button-typography-mdc ($config ) {
167+ @mixin mat-mdc- button-typography ($config ) {
168168 @include mat-using-mdc-typography ($config ) {
169169 @include mdc-button-without-ripple ($query : $mat-typography-styles-query );
170170 }
171171}
172172
173- @mixin mat-fab-theme-mdc ($theme ) {
173+ @mixin mat-mdc- fab-theme ($theme ) {
174174 @include mat-using-mdc-theme ($theme ) {
175175 .mat-mdc-fab , .mat-mdc-mini-fab {
176176 @include mdc-states (
@@ -219,13 +219,13 @@ $mat-button-state-target: '.mdc-button__ripple';
219219 }
220220}
221221
222- @mixin mat-fab-typography-mdc ($config ) {
222+ @mixin mat-mdc- fab-typography ($config ) {
223223 @include mat-using-mdc-typography ($config ) {
224224 @include mdc-fab-without-ripple ($query : $mat-typography-styles-query );
225225 }
226226}
227227
228- @mixin mat-icon-button-theme-mdc ($theme ) {
228+ @mixin mat-mdc- icon-button-theme ($theme ) {
229229 @include mat-using-mdc-theme ($theme ) {
230230 .mat-mdc-icon-button {
231231 @include mdc-states (
@@ -268,7 +268,7 @@ $mat-button-state-target: '.mdc-button__ripple';
268268 }
269269}
270270
271- @mixin mat-icon-button-typography-mdc ($config ) {
271+ @mixin mat-mdc- icon-button-typography ($config ) {
272272 @include mat-using-mdc-typography ($config ) {
273273 @include mdc-icon-button-without-ripple ($query : $mat-typography-styles-query );
274274 }
0 commit comments