ui-kit-ck-consultant 0.5.198 → 0.5.199

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.
@@ -832,7 +832,8 @@ var Header = /*#__PURE__*/function (_React$Component) {
832
832
  return /*#__PURE__*/React.createElement("div", {
833
833
  className: classNames$1(style$a.header, this.props.className)
834
834
  }, /*#__PURE__*/React.createElement("div", {
835
- className: style$a.header_absolute
835
+ className: style$a.header_absolute,
836
+ style: this.props.styleBackground
836
837
  }), /*#__PURE__*/React.createElement("div", {
837
838
  className: style$a.header_left
838
839
  }, this.props.logo ? /*#__PURE__*/React.createElement("img", {