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