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.js CHANGED
@@ -5157,7 +5157,7 @@ const LinnerDataBox = props => {
5157
5157
  } = props;
5158
5158
  return /*#__PURE__*/React__default["default"].createElement(LinnerContainer$1, {
5159
5159
  className: className,
5160
- backgroundColor: backgroundColor,
5160
+ backgroundColor: backgroundColor || "#FFFFFF",
5161
5161
  width: width || "100%",
5162
5162
  height: height || "200px"
5163
5163
  }, data.map((item, index) => /*#__PURE__*/React__default["default"].createElement(DataBoxWrap, {