1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-12-03 13:48:15 +00:00

Fixed icon position

This commit is contained in:
Vladimir Volek 2018-10-11 12:35:35 +02:00 committed by Szymon Lesisz
parent 0f592abfb1
commit 5ec50dd4c7

View File

@ -47,7 +47,7 @@ const StyledCoinLogo = styled(CoinLogo)`
const StyledIcon = styled(Icon)` const StyledIcon = styled(Icon)`
position: relative; position: relative;
top: -1px; top: -6px;
&:hover { &:hover {
cursor: pointer; cursor: pointer;
} }