feat(toolbar): Better theming #19969
Labels
feature
This issue represents a new feature or feature request rather than a bug or bug fix
needs triage
This issue needs to be triaged by the team
Feature Description
It would be great if theming was simpler overall. But specifically for the mat-toolbar component, the SASS looks convoluted to be able to just change the background color to something other than the accent/primary/warn settings.
Proposed Solution
Instead of having to do
Have something like:
Implementation can vary widely, but overall I'd like to have
mat-toolbar-theme($theme, $extra... = ())
for extensibility.Looking forward to reading your thoughts!
The text was updated successfully, but these errors were encountered: