Skip to content

Commit

Permalink
fix: missing padding
Browse files Browse the repository at this point in the history
  • Loading branch information
iamacook committed Oct 25, 2022
1 parent 22aea03 commit b5ede9b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/new-safe/CreateSafe/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ const CreateSafe = () => {
<Button variant="text" startIcon={<ChevronLeftIcon />} onClick={onBack} sx={{ my: 4, mx: 0 }}>
Back
</Button>
<Typography variant="h2">Create new Safe</Typography>
<Typography variant="h2" pb={2}>
Create new Safe
</Typography>
</Grid>

<Grid item xs={1} />
Expand Down

0 comments on commit b5ede9b

Please sign in to comment.