-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
needs triageThis issue needs to be triaged by the teamThis issue needs to be triaged by the team
Description
Is this a regression?
- Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
No response
Description
When defining theme it's possible to apply it to all components like:
@include mat.all-component-themes($theme);
But it was also possible to apply it to only specific components like:
@include mat.button-theme($theme);
However, the theme gets applied to buttons but not FAB and Mini FAB buttons.
Reproduction
Steps to reproduce:
- Apply theme to mat-button component only
Forked official example:
https://stackblitz.com/edit/angular-adcpb4?file=src/theme.scss
Expected Behavior
Theme is applied to all buttons, including FAB and Mini-FAB.
Actual Behavior
Theme is not applied to FAB and Mini-FAB
Environment
- Angular: 15.2.6
- CDK/Material: 15.2.6
- Browser(s): Chromium 112.0.5615.49
- Operating System (e.g. Windows, macOS, Ubuntu): Windows
Metadata
Metadata
Assignees
Labels
needs triageThis issue needs to be triaged by the teamThis issue needs to be triaged by the team