You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the Stepper component with steps marked as type="completed", the check icon either renders incorrectly or is missing entirely. Additionally, on desktop viewports the icon color is being pulled from the `
token instead of the intended controlActivated` token.
What libraries are you seeing the problem on?
Mobile Library, Desktop Library
Steps to reproduce
Import a Stepper in Figma
Observe that:
The check icon is distorted, clipped, or missing.
The icon’s color is the brand token instead of controlActivated (desktop)
Expected behavior
The check icon should render correctly inside its container.
On desktop, its color should come from the controlActivated token, matching mobile and the design spec.
The text was updated successfully, but these errors were encountered:
Describe the bug
When using the Stepper component with steps marked as type="completed", the check icon either renders incorrectly or is missing entirely. Additionally, on desktop viewports the icon color is being pulled from the `
token instead of the intended
controlActivated` token.What libraries are you seeing the problem on?
Mobile Library, Desktop Library
Steps to reproduce
Expected behavior
The check icon should render correctly inside its container.
On desktop, its color should come from the
controlActivated
token, matching mobile and the design spec.The text was updated successfully, but these errors were encountered: