We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33f704c commit a007b92Copy full SHA for a007b92
src/material/schematics/ng-generate/mdc-migration/rules/components/snack-bar/snack-bar-styles.ts
@@ -37,5 +37,7 @@ export class SnackBarMigrator extends StyleMigrator {
37
{old: '.mat-snack-bar-container', new: '.mat-mdc-snack-bar-container'},
38
{old: '.mat-snack-bar-handset', new: '.mat-mdc-snack-bar-handset'},
39
{old: '.mat-simple-snackbar', new: '.mat-mdc-simple-snack-bar'},
40
+ {old: '.mat-simple-snack-bar-content', new: '.mat-mdc-snack-bar-label'},
41
+ {old: '.mat-simple-snackbar-action', new: '.mat-mdc-snack-bar-action'},
42
];
43
}
0 commit comments