Skip to content

Commit

Permalink
Fix - Modal > Storybook > Inverse example (#1181)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-cedrone-cengage authored Jan 10, 2024
1 parent e456b28 commit 3fc9e50
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/fix-modalStorybook.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(Modal): Fixed Storybook Inverse example.
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ export const Inverse = () => {
isOpen={showModal}
isInverse
>
<Paragraph noTopMargin>
<Paragraph noTopMargin isInverse>
This is an inverse modal, doing modal things.
</Paragraph>
<Paragraph>
Expand Down

2 comments on commit 3fc9e50

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.