ui-kit-ck-consultant 0.5.257 → 0.5.258

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
@@ -236,7 +236,7 @@ var ButtonIcon = /*#__PURE__*/function (_React$Component) {
236
236
  padding: '4px',
237
237
  borderRadius: '4px',
238
238
  backgroundColor: 'var(--primary-color)',
239
- bottom: '-22px',
239
+ bottom: this.props.isBackground ? '-22px' : '-16px',
240
240
  left: '50%',
241
241
  transform: 'translate(-50%, 0)',
242
242
  color: '#ffffff',