mirror of
https://github.com/trezor/trezor-wallet
synced 2025-07-15 11:08:18 +00:00
center row coin
This commit is contained in:
parent
c2053ae1aa
commit
05ad0e75f6
@ -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 && (
|
||||
|
Loading…
Reference in New Issue
Block a user