Skip to content

Commit c0be42b

Browse files
committed
fix(material/toolbar): Update icon button color to match label text color token
1 parent 980f9ba commit c0be42b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/material/toolbar/toolbar.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ $height-mobile-portrait: 56px !default;
5656
@include token-utils.use-tokens(
5757
tokens-mat-toolbar.$prefix, tokens-mat-toolbar.get-token-slots()) {
5858
$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;
5961
}
6062

6163
@include token-utils.use-tokens(

0 commit comments

Comments
 (0)