Skip to content

Commit

Permalink
docs(modal): replace "justify" shorthand with "justifyContent"
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheton Wu committed Nov 5, 2020
1 parent 0fc3bb9 commit c81f723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/styled-ui-docs/pages/modal.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ function Example() {
<ModalBody>
<Lorem count={2} />
</ModalBody>
<ModalFooter justify="space-between">
<ModalFooter justifyContent="space-between">
<Button
disabled={isNestedOpen}
variant="primary"
Expand Down

0 comments on commit c81f723

Please sign in to comment.