Commit 2c0ac562 authored by Noah Zinsmeister's avatar Noah Zinsmeister

Revert "fix build warning"

This reverts commit f836e3ca.
parent f836e3ca
...@@ -109,6 +109,16 @@ const HoverText = styled.div` ...@@ -109,6 +109,16 @@ const HoverText = styled.div`
} }
` `
const LinkCard = styled(Card)`
background-color: ${({ theme }) => theme.bg1};
color: ${({ theme }) => theme.text3};
:hover {
cursor: pointer;
filter: brightness(0.9);
}
`
const WALLET_VIEWS = { const WALLET_VIEWS = {
OPTIONS: 'options', OPTIONS: 'options',
OPTIONS_SECONDARY: 'options_secondary', OPTIONS_SECONDARY: 'options_secondary',
......
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