@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.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -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: "#
|
|
23772
|
+
background: "#fff",
|
|
23773
23773
|
padding: "16px",
|
|
23774
23774
|
height: hideTimeline ? "100%" : ""
|
|
23775
23775
|
}
|