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:
parent
28598f1f43
commit
aa97f417e6
@ -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 = ({
|
||||||
|
Loading…
Reference in New Issue
Block a user