@djb25/digit-ui-module-wt 1.0.34 → 1.0.35

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.
@@ -23769,7 +23769,7 @@ const WorkflowTimeline = ({
23769
23769
  return /*#__PURE__*/React.createElement(Card, {
23770
23770
  className: "workflow-timeline-card2 digit-form-composer",
23771
23771
  style: {
23772
- background: "#fafafa",
23772
+ background: "#fff",
23773
23773
  padding: "16px",
23774
23774
  height: hideTimeline ? "100%" : ""
23775
23775
  }