Skip to content

Commit

Permalink
fix(material/schematics): update flat button styles class name mapping (
Browse files Browse the repository at this point in the history
  • Loading branch information
amysorto committed Dec 2, 2022
1 parent 2477539 commit 1a8d041
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -39,6 +39,6 @@ export class ButtonStylesMigrator extends StyleMigrator {
{old: '.mat-fab', new: '.mat-mdc-fab'},
{old: '.mat-mini-fab', new: '.mat-mdc-mini-fab'},
{old: '.mat-stroked-button', new: '.mat-mdc-outlined-button'},
{old: '.mat-flat-button', new: '.mat-mdc-flat-button'},
{old: '.mat-flat-button', new: '.mat-mdc-unelevated-button'},
];
}

0 comments on commit 1a8d041

Please sign in to comment.