1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-07-03 21:32:34 +00:00

Change spacing for button's icon

This commit is contained in:
Vasek Mlejnsky 2018-08-31 12:38:35 +02:00
parent 28598f1f43
commit aa97f417e6

View File

@ -108,7 +108,7 @@ const Wrapper = styled.button`
`; `;
const IconWrapper = styled.span` const IconWrapper = styled.span`
${props => (props.hasChildren ? 'margin-right: 8px;' : '')}; ${props => (props.hasChildren ? 'margin: 0 8px 0 -4px;' : '')};
`; `;
const Button = ({ const Button = ({