Closed silvalaura closed 2 days ago
Latest commit: 40ea73b750f820e1c273cd004d207be477eaf741
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
🚀 Deployed on https://docs-preview-1582--upbeat-sinoussi-f675aa.netlify.app
🚀 Deployed on https://storybook-preview-1582--upbeat-sinoussi-f675aa.netlify.app
Cases that have been tested:
isInverse
prop;
Issue: none
What I did
I noticed that clickable and deletable tags had been accidentally updated to have the offset of
-1
, so I updated them to have the correct2px
offset, and also to use the correct focus color. While I was there, I updated the stories on storybook to be less repetitive and added unit tests.Screenshots:
Before:
After:
Checklist
How to test
Navigate to storybook and ensure that clickable tags have the expected focus state for both isInverse and default. Also ensure the other tags don't get a focus state.