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
#26158)

(cherry picked from commit 1a8d041)
  • Loading branch information
amysorto committed Dec 2, 2022
1 parent 806c2c4 commit 1ab5296
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 1ab5296

Please sign in to comment.