Commit cd76fffb authored by Noah Zinsmeister's avatar Noah Zinsmeister

fix build warning

parent 2c0ac562
...@@ -22,7 +22,7 @@ import { ApplicationModal } from '../../state/application/reducer' ...@@ -22,7 +22,7 @@ import { ApplicationModal } from '../../state/application/reducer'
import { ExternalLink, ThemedText } from '../../theme' import { ExternalLink, ThemedText } from '../../theme'
import { isMobile } from '../../utils/userAgent' import { isMobile } from '../../utils/userAgent'
import AccountDetails from '../AccountDetails' import AccountDetails from '../AccountDetails'
import Card, { LightCard } from '../Card' import { LightCard } from '../Card'
import Modal from '../Modal' import Modal from '../Modal'
import Option from './Option' import Option from './Option'
import PendingView from './PendingView' import PendingView from './PendingView'
...@@ -109,16 +109,6 @@ const HoverText = styled.div` ...@@ -109,16 +109,6 @@ 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