Skip to content

Commit

Permalink
fix(material/schematics): some snack bar styles not being migrated (#…
Browse files Browse the repository at this point in the history
…26180)

Fixes that a couple of styles were added to the migration mapping.

Fixes #26178.
  • Loading branch information
crisbeto committed Dec 5, 2022
1 parent 33f704c commit a007b92
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -37,5 +37,7 @@ export class SnackBarMigrator extends StyleMigrator {
{old: '.mat-snack-bar-container', new: '.mat-mdc-snack-bar-container'},
{old: '.mat-snack-bar-handset', new: '.mat-mdc-snack-bar-handset'},
{old: '.mat-simple-snackbar', new: '.mat-mdc-simple-snack-bar'},
{old: '.mat-simple-snack-bar-content', new: '.mat-mdc-snack-bar-label'},
{old: '.mat-simple-snackbar-action', new: '.mat-mdc-snack-bar-action'},
];
}

0 comments on commit a007b92

Please sign in to comment.