Commit 76f56385 authored by lynn's avatar lynn Committed by GitHub

fix: link color for learn more in token safety msg (#5547)

* fix

* Fix
parent c840de73
...@@ -183,6 +183,8 @@ function ExplorerView({ token }: { token: Token }) { ...@@ -183,6 +183,8 @@ function ExplorerView({ token }: { token: Token }) {
} }
const StyledExternalLink = styled(ExternalLink)` const StyledExternalLink = styled(ExternalLink)`
color: ${({ theme }) => theme.textSecondary};
stroke: currentColor;
font-weight: 600; font-weight: 600;
` `
......
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