Skip to content

Commit

Permalink
Merge pull request #181 from ArtemKolodko/minor_fix
Browse files Browse the repository at this point in the history
Fix pad
  • Loading branch information
ArtemKolodko authored May 13, 2022
2 parents 20aa063 + 30d0245 commit 3b9ed45
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 3b9ed45

Please sign in to comment.