Merge pull request #181 from ArtemKolodko/minor_fix

Fix pad
pull/182/head v1.1.0
Artem 3 years ago committed by GitHub
commit 3b9ed45c5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/pages/MainPage/index.tsx

@ -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" }}

Loading…
Cancel
Save