We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 980f9ba commit c0be42bCopy full SHA for c0be42b
src/material/toolbar/toolbar.scss
@@ -56,6 +56,8 @@ $height-mobile-portrait: 56px !default;
56
@include token-utils.use-tokens(
57
tokens-mat-toolbar.$prefix, tokens-mat-toolbar.get-token-slots()) {
58
$color-token: token-utils.get-token-variable(container-text-color);
59
+ // Update icon button color to match label text color for consistency while overriding.
60
+ --mdc-icon-button-icon-color: $color-token;
61
}
62
63
0 commit comments