@luscii-healthtech/web-ui 2.33.0 → 2.34.0

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.
@@ -477,7 +477,7 @@ var FlexContainer = function FlexContainer(props) {
477
477
  position = _props$position === void 0 ? "" : _props$position,
478
478
  type = props.type,
479
479
  _props$backgroundColo = props.backgroundColor,
480
- backgroundColor = _props$backgroundColo === void 0 ? "bg-white" : _props$backgroundColo;
480
+ backgroundColor = _props$backgroundColo === void 0 ? "bg-transparent" : _props$backgroundColo;
481
481
  return /*#__PURE__*/React__default.createElement("div", {
482
482
  className: classNames("flex w-full", backgroundColor, {
483
483
  "flex-row": type === "row",