-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
featureThis issue represents a new feature or feature request rather than a bug or bug fixThis issue represents a new feature or feature request rather than a bug or bug fixneeds triageThis issue needs to be triaged by the teamThis issue needs to be triaged by the team
Description
Feature Description
Allow basic color for FABs too. Not only for the default buttons.
https://material.angular.io/components/button/overview
Use Case
Update:
The following works:
<button mat-fab color="basic">
<mat-icon>home</mat-icon>
</button>The other buttons uses basic color, when no color attribute is set. The FAB uses accent (or primary) as fallback.
michaelfaith, anisabboud, sashatexb and larskn
Metadata
Metadata
Assignees
Labels
featureThis issue represents a new feature or feature request rather than a bug or bug fixThis issue represents a new feature or feature request rather than a bug or bug fixneeds triageThis issue needs to be triaged by the teamThis issue needs to be triaged by the team
