@myun/gimi-chat 0.9.44 → 0.9.45

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.
@@ -616,7 +616,7 @@ var ChatInput = /*#__PURE__*/React.forwardRef(function (props, ref) {
616
616
  id: "myun_gimi_design_chat_input",
617
617
  style: {
618
618
  position: 'relative',
619
- marginBottom: props !== null && props !== void 0 && props.hasSuggestTips ? '46px' : '20px'
619
+ marginBottom: props !== null && props !== void 0 && props.hasSuggestTips ? '40px' : '20px'
620
620
  }
621
621
  }, props.isRecording && /*#__PURE__*/React.createElement("div", {
622
622
  style: {