meriadec
7 years ago
No known key found for this signature in database
GPG Key ID: 1D2FC2305E2CB399
1 changed files with
2 additions and
2 deletions
-
src/components/AccountPage.js
|
|
@ -66,8 +66,8 @@ class AccountPage extends PureComponent<Props> { |
|
|
|
<Fragment> |
|
|
|
<Box horizontal flow={3}> |
|
|
|
<Box grow> |
|
|
|
<Card title="Balance" style={{ height: 415 }}> |
|
|
|
{format(accountData.balance)} |
|
|
|
<Card title="Balance" style={{ height: 415 }} align="center" justify="center"> |
|
|
|
<Text fontSize={6}>{format(accountData.balance)}</Text> |
|
|
|
</Card> |
|
|
|
</Box> |
|
|
|
|
|
|
|