Skip to content

Commit

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

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

Fixes angular#26178.
  • Loading branch information
crisbeto authored and wagnermaciel committed Dec 9, 2022
1 parent b499234 commit 5d73c91
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 5d73c91

Please sign in to comment.