Revert "fix build warning"
This reverts commit f836e3ca324dc5120f51710a082f22aafcf9aa4c.
This commit is contained in:
parent
f836e3ca32
commit
2c0ac56296
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user