Skip to content

Commit

Permalink
fix(story): fixes pill active story
Browse files Browse the repository at this point in the history
  • Loading branch information
dzucconi committed Aug 26, 2021
1 parent 81c03e3 commit ee73cec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/palette/src/elements/Pill/Pill.story.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ export const Variants = () => {
<>
<Spacer mx={0.5} />

<Pill {...props}>Pill</Pill>
<Pill {...(props as any)} active>
Pill
</Pill>
</>
)}
</_Demo>
Expand Down

0 comments on commit ee73cec

Please sign in to comment.