Merge branch 'master' of github.com:ONLYOFFICE/CommunityServer-AspNetCore

This commit is contained in:
Alexey Safronov 2019-08-20 16:38:38 +03:00
commit 004c436801

View File

@ -9,7 +9,7 @@ const hoverColor = disableColor;
const internalCircleDisabledColor = '#D0D5DA';
const externalCircleDisabledColor = '#eceef1';
const ClearLabel = ({ spacing, ...props }) => <label {...props} />
const ClearLabel = ({ spacing, isDisabled, ...props }) => <label {...props} />
const Label = styled(ClearLabel)`
display: flex;
align-items: center;