Skip to content

Commit

Permalink
add status variant prop
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisa18289 committed Jan 15, 2024
1 parent c2adec5 commit 9a48a97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const WithContent: Story = {

export const WithCustomIcon: Story = {
render: (props) => (
<Note {...props} variant="negative">
<Note {...props}>
<Icon faIcon={faEnvelope} />
<Heading>Email address has been archived</Heading>
<Content>
Expand Down

0 comments on commit 9a48a97

Please sign in to comment.