Skip to content

Commit

Permalink
fix(@tinacms/react-screens): ModalBody is padded
Browse files Browse the repository at this point in the history
  • Loading branch information
ncphillips committed Sep 16, 2020
1 parent 6ef7595 commit 3df3c55
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -69,7 +69,7 @@ const ModalLayout = ({ children, name, close, layout }: ModalLayoutProps) => {
<Modal>
<Wrapper>
<ModalHeader close={close}>{name}</ModalHeader>
<ModalBody>{children}</ModalBody>
<ModalBody padded>{children}</ModalBody>
</Wrapper>
</Modal>
)
Expand Down

0 comments on commit 3df3c55

Please sign in to comment.