Commit 11ec2333 authored by Clayton Lin's avatar Clayton Lin Committed by GitHub

style: standardize fonts (#3844)

parent 251339a9
...@@ -167,11 +167,13 @@ export function PrivacyPolicy() { ...@@ -167,11 +167,13 @@ export function PrivacyPolicy() {
</AutoColumn> </AutoColumn>
</DarkGreyCard> </DarkGreyCard>
))} ))}
<Row justify="center" marginBottom="1rem"> <ThemedText.Body fontSize={12}>
<ExternalLink href="https://help.uniswap.org/en/articles/5675203-terms-of-service-faq"> <Row justify="center" marginBottom="1rem">
<Trans>Learn more</Trans> <ExternalLink href="https://help.uniswap.org/en/articles/5675203-terms-of-service-faq">
</ExternalLink> <Trans>Learn more</Trans>
</Row> </ExternalLink>
</Row>
</ThemedText.Body>
</AutoColumn> </AutoColumn>
</AutoColumn> </AutoColumn>
</Wrapper> </Wrapper>
......
...@@ -68,11 +68,11 @@ export default function PendingView({ ...@@ -68,11 +68,11 @@ export default function PendingView({
<ThemedText.MediumHeader marginBottom={12}> <ThemedText.MediumHeader marginBottom={12}>
<Trans>Error connecting</Trans> <Trans>Error connecting</Trans>
</ThemedText.MediumHeader> </ThemedText.MediumHeader>
<ThemedText.Small marginBottom={36} textAlign="center"> <ThemedText.Body fontSize={14} marginBottom={36} textAlign="center">
<Trans> <Trans>
The connection attempt failed. Please click try again and follow the steps to connect in your wallet. The connection attempt failed. Please click try again and follow the steps to connect in your wallet.
</Trans> </Trans>
</ThemedText.Small> </ThemedText.Body>
<ButtonPrimary <ButtonPrimary
$borderRadius="12px" $borderRadius="12px"
padding="12px" padding="12px"
......
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