Commit 80921e78 authored by Mike Grabowski's avatar Mike Grabowski Committed by GitHub

chore: update link color (#5417)

parent 183beddc
...@@ -38,6 +38,11 @@ const Content = styled.div` ...@@ -38,6 +38,11 @@ const Content = styled.div`
gap: 16px; gap: 16px;
` `
const Link = styled(ExternalLink)`
color: ${({ theme }) => theme.accentActive};
stroke: ${({ theme }) => theme.accentActive};
`
const Title = styled(ThemedText.LargeHeader)` const Title = styled(ThemedText.LargeHeader)`
@media (max-width: ${({ theme }) => theme.breakpoint.xl}px) { @media (max-width: ${({ theme }) => theme.breakpoint.xl}px) {
font-size: 20px !important; font-size: 20px !important;
...@@ -92,21 +97,21 @@ export function WelcomeModal({ onDismissed }: { onDismissed: () => void }) { ...@@ -92,21 +97,21 @@ export function WelcomeModal({ onDismissed }: { onDismissed: () => void }) {
<Title>Introducing NFTs on Uniswap</Title> <Title>Introducing NFTs on Uniswap</Title>
<Paragraph> <Paragraph>
We’re excited to announce that{' '} We’re excited to announce that{' '}
<ExternalLink href="https://uniswap.org/blog/genie" title="Uniswap Labs has acquired Genie"> <Link href="https://uniswap.org/blog/genie" title="Uniswap Labs has acquired Genie">
Uniswap Labs has acquired Genie Uniswap Labs has acquired Genie
</ExternalLink>{' '} </Link>{' '}
to build the unified platform for all digital assets! Starting today, you can trade NFTs on Uniswap across to build the unified platform for all digital assets! Starting today, you can trade NFTs on Uniswap across
major marketplaces to find more listings and better prices. major marketplaces to find more listings and better prices.
<br /> <br />
<br /> <br />
Past Genie users may be eligible for a USDC airdrop. Read our announcement post for details on the airdrop Past Genie users may be eligible for a USDC airdrop. Read our announcement post for details on the airdrop
and a new gas rebate promotion.{' '} and a new gas rebate promotion.{' '}
<ExternalLink <Link
href="https://uniswap.org/blog/uniswap-nft-aggregator-announcement" href="https://uniswap.org/blog/uniswap-nft-aggregator-announcement"
title="Uniswap NFT aggregator announcement" title="Uniswap NFT aggregator announcement"
> >
Learn more. Learn more.
</ExternalLink> </Link>
</Paragraph> </Paragraph>
<CloseButton size={24} onClick={dismiss} /> <CloseButton size={24} onClick={dismiss} />
</Content> </Content>
......
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