Skip to content

Commit

Permalink
fix AddCash ProviderCard
Browse files Browse the repository at this point in the history
  • Loading branch information
walmat committed Jan 17, 2025
1 parent ef0ca65 commit 35c97d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/AddCash/components/ProviderCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ function NetworkIcons({ chainIds }: { chainIds?: ChainId[] }) {
borderRadius: 30,
}}
>
<ChainImage chainId={chainId} size={20} />
<ChainImage chainId={chainId} size={20} position="relative" />
</Box>
);
})}
Expand Down

0 comments on commit 35c97d2

Please sign in to comment.