labsense-ui-kit 1.0.16 → 1.0.17
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.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.js
CHANGED
|
@@ -2149,7 +2149,7 @@ var StyledButton = styled__default.button(_templateObject$2 || (_templateObject$
|
|
|
2149
2149
|
return disabled ? 'not-allowed' : 'pointer';
|
|
2150
2150
|
}, function (_ref3) {
|
|
2151
2151
|
var gap = _ref3.gap;
|
|
2152
|
-
return gap || '
|
|
2152
|
+
return gap || '4px';
|
|
2153
2153
|
}, function (_ref4) {
|
|
2154
2154
|
var borderRadius = _ref4.borderRadius;
|
|
2155
2155
|
return borderRadius || '8px';
|