sag_components 2.0.0-beta32 → 2.0.0-beta33

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
@@ -5148,7 +5148,7 @@ const LinnerDataBox = props => {
5148
5148
  } = props;
5149
5149
  return /*#__PURE__*/React.createElement(LinnerContainer$1, {
5150
5150
  className: className,
5151
- backgroundColor: backgroundColor,
5151
+ backgroundColor: backgroundColor || "#FFFFFF",
5152
5152
  width: width || "100%",
5153
5153
  height: height || "200px"
5154
5154
  }, data.map((item, index) => /*#__PURE__*/React.createElement(DataBoxWrap, {