This commit is contained in:
NikolayRechkin 2019-12-26 11:49:50 +03:00
commit a57681cac2
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "asc-web-components",
"version": "1.0.267",
"version": "1.0.268",
"description": "Ascensio System SIA component library",
"license": "AGPL-3.0",
"main": "dist/asc-web-components.js",

View File

@ -70,7 +70,7 @@ const StyledMainButton = styled.div`
box-sizing: border-box;
background-color: ${props =>
props.isDisabled ? disableBackgroundColor : backgroundColor};
padding: 5px 11px;
padding: 5px 10px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;