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.
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -835,7 +835,8 @@ var Header = /*#__PURE__*/function (_React$Component) {
|
|
835
835
|
return /*#__PURE__*/React__default.createElement("div", {
|
836
836
|
className: classNames$1(style$a.header, this.props.className)
|
837
837
|
}, /*#__PURE__*/React__default.createElement("div", {
|
838
|
-
className: style$a.header_absolute
|
838
|
+
className: style$a.header_absolute,
|
839
|
+
style: this.props.styleBackground
|
839
840
|
}), /*#__PURE__*/React__default.createElement("div", {
|
840
841
|
className: style$a.header_left
|
841
842
|
}, this.props.logo ? /*#__PURE__*/React__default.createElement("img", {
|