Skip to content

Commit

Permalink
Add spacing between the buttons and page footer
Browse files Browse the repository at this point in the history
  • Loading branch information
ani-kalpachka committed Jul 2, 2024
1 parent 4a82d5e commit 22c8652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/admin/transfers/CreateForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export default function CreateForm({ campaigns }: Props) {
onSubmit={handleSubmit}
initialValues={initialValues}
validationSchema={validationSchema}>
<Box>
<Box mb={5}>
<Typography variant="h5" component="h2" sx={{ marginBottom: 2, textAlign: 'center' }}>
{t('form-heading')}
</Typography>
Expand Down

0 comments on commit 22c8652

Please sign in to comment.