1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-07-15 19:18:21 +00:00

center row coin

This commit is contained in:
Vladimir Volek 2019-03-27 17:09:31 +01:00
parent c2053ae1aa
commit 05ad0e75f6

View File

@ -30,10 +30,13 @@ const RowCoinWrapper = styled.div`
const Left = styled.div`
display: flex;
padding-top: 1px;
justify-content: space-between;
align-items: center;
`;
const Network = styled.div``;
const IconWrapper = styled.div`
margin-right: 10px;
`;
@ -49,7 +52,7 @@ const RowCoin = ({ network, iconLeft, iconRight }) => (
)}
<CoinNameWrapper>
<CoinLogo network={network.shortcut} />
<p>{network.name}</p>
<Network>{network.name}</Network>
</CoinNameWrapper>
</Left>
{iconRight && (