Skip to content

Commit

Permalink
Making the units for the balance section of portfolio metrics smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
IanWoodard committed Sep 3, 2023
1 parent f9ce975 commit f619a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion earn/src/components/portfolio/PortfolioMetrics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default function PortfolioMetrics(props: PortfolioMetricsProps) {
<Display size='L' className='inline-block mr-0.5'>
{formatTokenAmount(totalBalance, 3)}
</Display>
<Display size='S' className='inline-block ml-0.5'>
<Display size='XS' className='inline-block ml-0.5'>
{activeAsset?.symbol || ''}
</Display>
</div>
Expand Down

0 comments on commit f619a1e

Please sign in to comment.