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({
<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? "}
......
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