@thecb/components 7.3.2-beta.2 → 7.3.2-beta.3

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
@@ -47315,19 +47315,20 @@ var WorkflowTile = function WorkflowTile(_ref) {
47315
47315
  color: STORM_GREY
47316
47316
  }, workflowDescription)), /*#__PURE__*/React.createElement(Box, {
47317
47317
  padding: "1.5rem 1rem",
47318
- background: GRECIAN_GREY
47318
+ background: ATHENS_GREY,
47319
+ borderColor: GRECIAN_GREY,
47320
+ borderWidthOverride: "2px 0 0 0"
47319
47321
  }, /*#__PURE__*/React.createElement(ButtonWithLink, {
47320
47322
  variant: buttonVariant,
47321
47323
  primary: buttonVariant == "primary",
47322
47324
  primaryBG: MATISSE_BLUE,
47323
47325
  fontWeight: FONT_WEIGHT_SEMIBOLD,
47324
47326
  fontSize: "1.125rem",
47325
- borderRadius: "0px",
47326
47327
  text: workflowActionName,
47327
47328
  minWidth: "100%",
47328
47329
  url: "/service/".concat(slug),
47329
- extraStyles: "width: 100%;",
47330
- linkExtraStyles: "justify-content: center;",
47330
+ extraStyles: "width: 100%; margin: 0;",
47331
+ linkExtraStyles: "justify-content: center",
47331
47332
  dataQa: slug
47332
47333
  }))));
47333
47334
  };