@thecb/components 7.3.2-beta.3 → 7.3.2-beta.4
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.esm.js
CHANGED
|
@@ -47295,7 +47295,8 @@ var WorkflowTile = function WorkflowTile(_ref) {
|
|
|
47295
47295
|
return /*#__PURE__*/React.createElement(Box, {
|
|
47296
47296
|
background: WHITE,
|
|
47297
47297
|
boxShadow: "0px 0px 5px 0px ".concat(GHOST_GREY),
|
|
47298
|
-
padding: 0
|
|
47298
|
+
padding: 0,
|
|
47299
|
+
borderRadius: "4px"
|
|
47299
47300
|
}, /*#__PURE__*/React.createElement(Stack, {
|
|
47300
47301
|
childGap: 0,
|
|
47301
47302
|
bottomItem: 3,
|