You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(button): accent color not set on fab buttons with build optimizer (#9376)
When running an Angular application in production mode with the build optimizer and the Angular CLI, the code part, that sets the default color for round buttons, is removed accidentally.
This seems to be an issue, that's caused by the build optimizer: angular/devkit#388.
Fixes#9360
0 commit comments