Commit 2408b296 authored by Moody Salem's avatar Moody Salem

fix(misc): fix styling on the having trouble link

parent dc391d1b
...@@ -206,9 +206,9 @@ function SearchModal({ ...@@ -206,9 +206,9 @@ function SearchModal({
<AutoRow justify={'center'}> <AutoRow justify={'center'}>
<div> <div>
{isTokenView ? ( {isTokenView ? (
<Text fontWeight={500} color={theme.text2} fontSize={14}> <LinkStyledButton style={{ fontWeight: 500, color: theme.text2, fontSize: 16 }} onClick={openTooltip}>
<LinkStyledButton onClick={openTooltip}>Having trouble finding a token?</LinkStyledButton> Having trouble finding a token?
</Text> </LinkStyledButton>
) : ( ) : (
<Text fontWeight={500}> <Text fontWeight={500}>
{!isMobile && "Don't see a pool? "} {!isMobile && "Don't see a pool? "}
......
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