Skip to content

Commit

Permalink
fix APP-2218
Browse files Browse the repository at this point in the history
  • Loading branch information
walmat committed Dec 23, 2024
1 parent 2bde15e commit b1398f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/cards/EthCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,9 @@ export const EthCard = () => {
) : (
<>
<RainbowCoinIcon
icon={useBackendNetworksStore.getState().getChainsBadge()[ChainId.mainnet]}
chainId={ChainId.mainnet}
size={20}
size={28}
symbol={useBackendNetworksStore.getState().getChainsNativeAsset()[ChainId.mainnet].symbol}
/>
<Text size="17pt" color={{ custom: colorForAsset }} weight="heavy">
Expand Down

0 comments on commit b1398f2

Please sign in to comment.