Commit bb6de905 authored by Jack Short's avatar Jack Short Committed by GitHub

fix: token margin in searchbar (#7155)

fix: token margin is searchbar
parent cc52da9f
...@@ -174,7 +174,7 @@ export const TokenRow = ({ token, isHovered, setHoveredIndex, toggleOpen, index, ...@@ -174,7 +174,7 @@ export const TokenRow = ({ token, isHovered, setHoveredIndex, toggleOpen, index,
symbol={token.symbol} symbol={token.symbol}
size="36px" size="36px"
backupImg={token.project?.logoUrl} backupImg={token.project?.logoUrl}
style={{ paddingRight: '8px' }} style={{ marginRight: '8px' }}
/> />
<Column className={styles.suggestionPrimaryContainer}> <Column className={styles.suggestionPrimaryContainer}>
<Row gap="4" width="full"> <Row gap="4" width="full">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment