Skip to content

Commit

Permalink
fix tt chainImage position
Browse files Browse the repository at this point in the history
  • Loading branch information
walmat committed Jan 18, 2025
1 parent f74398b commit 97d8179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Discover/TrendingTokens.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ function NetworkFilter() {
return {
icon: (
<View style={{ marginRight: 2 }}>
<ChainImage chainId={chainId} size={16} />
<ChainImage chainId={chainId} size={16} position="relative" />
</View>
),
label: useBackendNetworksStore.getState().getChainsLabel()[chainId],
Expand Down

0 comments on commit 97d8179

Please sign in to comment.