We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 806c2c4 commit 1ab5296Copy full SHA for 1ab5296
src/material/schematics/ng-generate/mdc-migration/rules/components/button/button-styles.ts
@@ -39,6 +39,6 @@ export class ButtonStylesMigrator extends StyleMigrator {
39
{old: '.mat-fab', new: '.mat-mdc-fab'},
40
{old: '.mat-mini-fab', new: '.mat-mdc-mini-fab'},
41
{old: '.mat-stroked-button', new: '.mat-mdc-outlined-button'},
42
- {old: '.mat-flat-button', new: '.mat-mdc-flat-button'},
+ {old: '.mat-flat-button', new: '.mat-mdc-unelevated-button'},
43
];
44
}
0 commit comments