Skip to content

Commit cf124b3

Browse files
authored
fix(material/button): buttons in toolbars (#27948)
* increase specificity of mat-toolbar overrides
1 parent 5923072 commit cf124b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/toolbar/toolbar.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ $height-mobile-portrait: 56px !default;
4848
caret-color: currentColor;
4949
}
5050

51-
.mat-mdc-button-base.mat-unthemed {
51+
.mat-mdc-button-base.mat-mdc-button-base.mat-unthemed {
5252
--mdc-text-button-label-text-color: inherit;
5353
--mdc-outlined-button-label-text-color: inherit;
5454
}

0 commit comments

Comments
 (0)