mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-15 21:08:57 +00:00
Change spacing for button's icon
This commit is contained in:
parent
28598f1f43
commit
aa97f417e6
@ -108,7 +108,7 @@ const Wrapper = styled.button`
|
||||
`;
|
||||
|
||||
const IconWrapper = styled.span`
|
||||
${props => (props.hasChildren ? 'margin-right: 8px;' : '')};
|
||||
${props => (props.hasChildren ? 'margin: 0 8px 0 -4px;' : '')};
|
||||
`;
|
||||
|
||||
const Button = ({
|
||||
|
Loading…
Reference in New Issue
Block a user