Skip to content

Commit 45684a3

Browse files
derHowieibrahimtaveras00
authored andcommitted
fix chain image in tt (#6410)
1 parent 8e63667 commit 45684a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Discover/TrendingTokens.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ function NetworkFilter() {
519519
return {
520520
icon: (
521521
<View style={{ marginRight: 2 }}>
522-
<ChainImage chainId={chainId} size={16} />
522+
<ChainImage chainId={chainId} size={16} position="relative" />
523523
</View>
524524
),
525525
label: useBackendNetworksStore.getState().getChainsLabel()[chainId],

0 commit comments

Comments
 (0)