ui-kit-ck-consultant 0.5.233 → 0.5.235

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.css CHANGED
@@ -488,7 +488,7 @@
488
488
  font-size: 14px;
489
489
  padding: 0 20px;
490
490
  transition: 0.6s;
491
- opacity: 0.5;
491
+ opacity: 1;
492
492
  }
493
493
  ._1Fq5R::-moz-placeholder, ._1XBGF::-moz-placeholder {
494
494
  color: var(--gray);
@@ -678,7 +678,7 @@
678
678
  font-size: 14px;
679
679
  padding: 0 20px;
680
680
  transition: 0.6s;
681
- opacity: 0.5;
681
+ opacity: 1;
682
682
  }
683
683
  ._6hnFm::-moz-placeholder {
684
684
  color: var(--gray);
@@ -726,7 +726,7 @@
726
726
  font-size: 14px;
727
727
  padding: 0 20px;
728
728
  transition: 0.6s;
729
- opacity: 0.5;
729
+ opacity: 1;
730
730
  background-color: var(--white);
731
731
  -webkit-touch-callout: none;
732
732
  -webkit-user-select: none;
package/dist/index.js CHANGED
@@ -1610,7 +1610,7 @@ var TabsEditHeader = /*#__PURE__*/function (_React$Component) {
1610
1610
  }, /*#__PURE__*/React__default.createElement("div", null, this.props.children), /*#__PURE__*/React__default.createElement("div", null, /*#__PURE__*/React__default.createElement("div", {
1611
1611
  className: "cursor-pointer",
1612
1612
  style: {
1613
- backgroundColor: 'var(--secondary-color)',
1613
+ backgroundColor: 'var(--primary-color)',
1614
1614
  display: 'flex',
1615
1615
  width: '40px',
1616
1616
  height: '40px',