This commit is contained in:
Artem Tarasov 2020-07-29 14:01:29 +03:00
parent 232351af6c
commit f09a959e84

View File

@ -132,9 +132,6 @@ const StyledButton = styled(ButtonWrapper).attrs((props) => ({
: null
}
vertical-align: center;
text-overflow: ellipsis;
cursor: ${props => props.isDisabled || props.isLoading ? 'default !important' : 'pointer'};
font-family: 'Open Sans', normal;