Browse Source

Fix padding on BalanceInfos

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

4
src/components/DashboardPage/index.js

@ -140,7 +140,9 @@ class DashboardPage extends PureComponent<Props, State> {
{totalAccounts > 0 && (
<Fragment>
<Card flow={3} p={0} py={6}>
<BalanceInfos since={selectedTime} />
<Box px={6}>
<BalanceInfos since={selectedTime} />
</Box>
<Box ff="Open Sans" fontSize={4} color="warmGrey">
<AreaChart
id="dashboard-chart"

Loading…
Cancel
Save