Skip to content

Commit

Permalink
add margin to modal
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanfbrito committed Sep 13, 2023
1 parent 713d908 commit d26272d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/ui/components/SupportedVersionDialog/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,9 @@ export const SupportedVersionDialog: FC = () => {
<Modal.Close />
</Modal.Header>
<Modal.Content>
<Box alignSelf='center' fontScale='h5'>
{expirationMessage?.subtitle}
</Box>
<Box fontScale='p2b'>{expirationMessage?.subtitle}</Box>

<Box alignSelf='center' fontScale='p1'>
<Box fontScale='p2' mbs={20}>
{expirationMessage?.description}
</Box>
</Modal.Content>
Expand Down

0 comments on commit d26272d

Please sign in to comment.