Browse Source

Micro style adjustment

master
meriadec 7 years ago
parent
commit
83fd7cd73f
No known key found for this signature in database GPG Key ID: 1D2FC2305E2CB399
  1. 4
      src/components/AccountPage.js

4
src/components/AccountPage.js

@ -66,7 +66,9 @@ class AccountPage extends PureComponent<Props> {
<Fragment>
<Box horizontal flow={3}>
<Box grow>
<Card title="Balance">{format(accountData.balance)}</Card>
<Card title="Balance" style={{ height: 415 }}>
{format(accountData.balance)}
</Card>
</Box>
<Box style={{ width: 300 }}>

Loading…
Cancel
Save