Revert "fix build warning"

This reverts commit f836e3ca324dc5120f51710a082f22aafcf9aa4c.
This commit is contained in:
Noah Zinsmeister 2022-05-17 10:53:01 -04:00
parent f836e3ca32
commit 2c0ac56296
No known key found for this signature in database
GPG Key ID: 83022DD49188C9F2

@ -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 = {
OPTIONS: 'options',
OPTIONS_SECONDARY: 'options_secondary',