Skip to content

Commit

Permalink
Fix pad
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemKolodko committed May 13, 2022
1 parent 20aa063 commit 30d0245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/MainPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export function MainPage() {
<Text size="medium" weight="bold">Latest Transactions</Text>
</Box>
</ColumnHeader>
<Box pad={'small'}>
<Box pad={'medium'}>
<LatestTransactionsTable />
<Button
margin={{ top: "medium" }}
Expand Down

0 comments on commit 30d0245

Please sign in to comment.