Skip to content

Commit

Permalink
TW-1630 Fix the look of 'Transaction info' section
Browse files Browse the repository at this point in the history
  • Loading branch information
keshan3262 committed Feb 6, 2025
1 parent 697ccf7 commit 015108e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/templates/balances-changes-view/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const BalancesChangesViewRow = memo<BalancesChangesViewRowProps>(
</div>
{!allCollectibles && (
<span className="text-font-num-12 text-grey-1 ml-3 whitespace-nowrap">
<InFiat volume={volume} chainId={chainId} assetSlug={assetSlug} evm={evm}>
<InFiat volume={volume} chainId={chainId} assetSlug={assetSlug} evm={evm} smallFractionFont={false}>
{({ balance, symbol, noPrice }) =>
noPrice ? (
<T id="noValue" />
Expand Down

0 comments on commit 015108e

Please sign in to comment.