Skip to content

Commit

Permalink
fix(chips): incorrect input leading icon color
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 542414266
  • Loading branch information
asyncLiz authored and copybara-github committed Jun 22, 2023
1 parent a9d030a commit b13271b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tokens/_md-comp-input-chip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -199,5 +199,12 @@ $_default: (
)
);

// TODO(b/288199264): remove once input chip leading icon color is fixed
$tokens: map.set(
$tokens,
'leading-icon-color',
map.get($deps, 'md-sys-color', 'primary')
);

@return $tokens;
}

0 comments on commit b13271b

Please sign in to comment.