Skip to content

Commit

Permalink
fix(material/button): buttons in toolbars (#27948)
Browse files Browse the repository at this point in the history
* increase specificity of mat-toolbar overrides
  • Loading branch information
wagnermaciel authored Oct 16, 2023
1 parent 5923072 commit cf124b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/material/toolbar/toolbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ $height-mobile-portrait: 56px !default;
caret-color: currentColor;
}

.mat-mdc-button-base.mat-unthemed {
.mat-mdc-button-base.mat-mdc-button-base.mat-unthemed {
--mdc-text-button-label-text-color: inherit;
--mdc-outlined-button-label-text-color: inherit;
}
Expand Down

0 comments on commit cf124b3

Please sign in to comment.