solid-design-system / solid

Monorepo for Union Investment's Solid Design System.
https://solid-design-system.fe.union-investment.de/docs/
Other
21 stars 4 forks source link

fix: 🤔 clearable icon for sd-select and sd-input is not correct. #1391

Open Vahid1919 opened 2 months ago

Vahid1919 commented 2 months ago

Current behavior

The clearable icon for both sd-input and sd-select does not have the proper color. The used token does not exist and is rendered as black. Image is storybook vs figma: Image

Expected behavior

The correct color is defined by design and is used (ideally provided through tokens)

Steps to reproduce

Technical Information

We use text-{color} to fill our icons instead of fill-{color}, yet neutral-800, neutral-900 which are provided under backgrounds, and fill are not available for text. This should be made available to make this fix easier.

The main task is to update the colour of clearable icons in sd-select and sd-input.

DoR

DoD