Skip to content

Commit

Permalink
refactor: adjust font size
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-1979 committed Sep 29, 2024
1 parent a0950c0 commit 49a9746
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ const BalanceRow = ({ api, asset, pricesInCurrencies }: BalanceRowProps) => {
<FormatPrice
amount={total}
decimals={asset.decimal}
fontSize='13px'
price={pricesInCurrencies?.prices?.[asset.priceId]?.value ?? 0}
/>
</Grid>
Expand Down

0 comments on commit 49a9746

Please sign in to comment.