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

This commit is contained in:
Moody Salem 2020-05-31 00:24:03 -04:00
parent dc391d1bea
commit 2408b2966e
No known key found for this signature in database
GPG Key ID: 8CB5CD10385138DB

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