@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.cjs.js CHANGED
@@ -47303,7 +47303,8 @@ var WorkflowTile = function WorkflowTile(_ref) {
47303
47303
  return /*#__PURE__*/React__default.createElement(Box, {
47304
47304
  background: WHITE,
47305
47305
  boxShadow: "0px 0px 5px 0px ".concat(GHOST_GREY),
47306
- padding: 0
47306
+ padding: 0,
47307
+ borderRadius: "4px"
47307
47308
  }, /*#__PURE__*/React__default.createElement(Stack, {
47308
47309
  childGap: 0,
47309
47310
  bottomItem: 3,