ui-kit-ck-consultant 0.5.279 → 0.5.281
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +54 -51
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
@@ -1761,7 +1761,7 @@ var TabsEditHeader = /*#__PURE__*/function (_React$Component) {
|
|
1761
1761
|
width: '40px',
|
1762
1762
|
height: '40px',
|
1763
1763
|
margin: 'auto',
|
1764
|
-
borderRadius: '
|
1764
|
+
borderRadius: '8px'
|
1765
1765
|
},
|
1766
1766
|
onClick: function onClick() {
|
1767
1767
|
return _this.props.onClickAdd ? _this.props.onClickAdd() : null;
|