change gap between loader and text from 8 to 12px

This commit is contained in:
mushka 2022-03-14 18:36:00 +03:00
parent 7537292369
commit 4e6d79eda2

View File

@ -169,15 +169,6 @@ const StyledButton = styled(ButtonWrapper).attrs((props) => ({
? props.theme.button.bottomVerticalAlign
: props.theme.button.topVerticalAlign};
}
${(props) =>
props.label &&
css`
.btnIcon,
.loader {
padding-right: ${(props) => props.theme.button.paddingRight};
}
`}
`;
ButtonWrapper.propTypes = {