bug(COMPONENT): Misnamed property for snackbar theme #29172
Labels
area: material/snack-bar
P2
The issue is important to a large percentage of users, with a workaround
Is this a regression?
The previous version in which this bug was not present was
No response
Description
In the node modules/@angular/material folder, the file _index.scss has a forward rule for the material UI snackbar with a misnamed property:
@forward './snack-bar/snack-bar-theme' as snack-bar-* show snack-bar-theme, snack-bar-color, snack-bar-typography, snack-bar-density, snack-bar-base, bar-overrides;
The last property, "bar-overrides", should probably be "snackbar-overrides" like all the other properties
Reproduction
StackBlitz link:
Steps to reproduce:
Expected Behavior
Expect the property to be named snackbar-bar-overrides like the other properties.
Actual Behavior
The property is named "bar-overrides"
Environment
The text was updated successfully, but these errors were encountered: