Skip to content

Commit

Permalink
centralizes the modal content
Browse files Browse the repository at this point in the history
  • Loading branch information
evandrosaturnino committed May 20, 2024
1 parent fda7a70 commit 38d8228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Modal/withBaseModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function withBaseModal<T extends BaseModalProps>(
closeOnOverlayClick={false}
>
<ModalOverlay />
<ModalContent>
<ModalContent alignSelf="center">
<WrappedModalContent {...props} />
</ModalContent>
</Modal>
Expand Down

0 comments on commit 38d8228

Please sign in to comment.