Open
Description
Documentation Feedback
If you examine the stepper's styling guide and filter tokens by the 'Base' type, one of the three tokens that would be displayed is header-error-state-icon-background-color
, which is incorrect because it is a color token.
Also, if you look at the src/material/stepper/_m3-stepper.scss
file, the stepper-header-error-state-icon-background-color
token is in the base
group and, unlike every other token, has a value of transparent
. I'm not entirely sure, but this could indicate an issue with the default styling.