Skip to content

Commit

Permalink
update style
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinkei committed Oct 13, 2021
1 parent fecaa6f commit cb0cef0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions components/Layout/StarredAccount.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,10 @@ const StarredAccount: React.FC<StarredAccountProps> = ({ account }) => {
<CircularProgress size={20} />
</Box>
) : (
<Box>
<Typography>{formatTokenAmount(tokenAmounts, account.crypto, lang)}</Typography>
<Box mt={-1}>
<Typography variant="body2" color="textSecondary">
{formatTokenAmount(tokenAmounts, account.crypto, lang)}
</Typography>
{/* after USD balance is added */}
{/* <Typography>{formatCurrency(usdBalance, currency, lang)}</Typography> */}
</Box>
Expand Down

0 comments on commit cb0cef0

Please sign in to comment.