We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc391d1 commit 2408b29Copy full SHA for 2408b29
src/components/SearchModal/index.tsx
@@ -206,9 +206,9 @@ function SearchModal({
206
<AutoRow justify={'center'}>
207
<div>
208
{isTokenView ? (
209
- <Text fontWeight={500} color={theme.text2} fontSize={14}>
210
- <LinkStyledButton onClick={openTooltip}>Having trouble finding a token?</LinkStyledButton>
211
- </Text>
+ <LinkStyledButton style={{ fontWeight: 500, color: theme.text2, fontSize: 16 }} onClick={openTooltip}>
+ Having trouble finding a token?
+ </LinkStyledButton>
212
) : (
213
<Text fontWeight={500}>
214
{!isMobile && "Don't see a pool? "}
0 commit comments