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

center coin item

This commit is contained in:
Vladimir Volek 2019-03-28 17:45:19 +01:00
parent 57e9e710c8
commit bb39349782

View File

@ -35,6 +35,7 @@ const RowCoinWrapper = styled.div`
const Left = styled.div`
display: flex;
padding-top: 1px;
justify-content: space-between;
align-items: center;
`;