Skip to content

Commit

Permalink
Update TotalChart.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-1979 committed Apr 22, 2024
1 parent 2be7d01 commit ed994b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export default function TotalChart({ accountAssets, isDarkTheme, pricesInCurrenc
</Typography>
</Grid>
{assets && assets.length > 0 &&
<Grid container item sx={{ borderTop: '1px solid', borderTopColor: 'divider', pt: '10px' }}>
<Grid container item sx={{ borderTop: '1px solid', borderTopColor: 'divider', py: '5px' }}>
<Grid container item sx={{ height: '85px', mr: '5px', width: '85px' }}>
<canvas id='chartCanvas' ref={chartRef} />
</Grid>
Expand Down

0 comments on commit ed994b3

Please sign in to comment.