Skip to content

Commit 2408b29

Browse files
committed
fix(misc): fix styling on the having trouble link
1 parent dc391d1 commit 2408b29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/SearchModal/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,9 @@ function SearchModal({
206206
<AutoRow justify={'center'}>
207207
<div>
208208
{isTokenView ? (
209-
<Text fontWeight={500} color={theme.text2} fontSize={14}>
210-
<LinkStyledButton onClick={openTooltip}>Having trouble finding a token?</LinkStyledButton>
211-
</Text>
209+
<LinkStyledButton style={{ fontWeight: 500, color: theme.text2, fontSize: 16 }} onClick={openTooltip}>
210+
Having trouble finding a token?
211+
</LinkStyledButton>
212212
) : (
213213
<Text fontWeight={500}>
214214
{!isMobile && "Don't see a pool? "}

0 commit comments

Comments
 (0)