Skip to content

Commit

Permalink
feat(storybook): fix removed badge color & break line in migration guide
Browse files Browse the repository at this point in the history
Signed-off-by: Stagnol <[email protected]>
  • Loading branch information
astagnol authored and dpellier committed Jul 29, 2024
1 parent f226ff9 commit e34c7ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Has been removed.

You can use the style customization to achieve the same result, until a new color get validated by the design team.

`disabled` <img src="https://img.shields.io/badge/removed-00FFFF" />
`disabled` <img src="https://img.shields.io/badge/removed-FF0000" />

Has been removed.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ import * as SkeletonStories from './skeleton.stories';
## Attributes changes

`inline` <img src="https://img.shields.io/badge/removed-FF0000" />

`randomized` <img src="https://img.shields.io/badge/removed-FF0000" />

`size` <img src="https://img.shields.io/badge/removed-FF0000" />

Have been removed.
Expand Down

0 comments on commit e34c7ba

Please sign in to comment.