1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-01-23 14:31:07 +00:00

smaller height of coin item

This commit is contained in:
slowbackspace 2019-03-16 17:01:50 +01:00
parent 2bf7380246
commit 10d4dd082b

View File

@ -15,7 +15,7 @@ const CoinNameWrapper = styled.div`
const RowCoinWrapper = styled.div`
padding: ${LEFT_NAVIGATION_ROW.PADDING};
height: 50px;
height: 44px;
display: block;
font-size: ${FONT_SIZE.BIG};
color: ${colors.TEXT_PRIMARY};