odaptos_design_system 1.4.216 → 1.4.217

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.
@@ -10026,7 +10026,11 @@ const ControlsBar = ({
10026
10026
  if (stopRecording) stopRecording();
10027
10027
  }
10028
10028
  }
10029
- }, isRecording ? /*#__PURE__*/React__default.createElement(StopRecordingIcon, null) : /*#__PURE__*/React__default.createElement(RecordIcon, null)), isInterviewer && endInterview && /*#__PURE__*/React__default.createElement(InterviewButton, {
10029
+ }, isRecording ? /*#__PURE__*/React__default.createElement(StopRecordingIcon, {
10030
+ size: "xl"
10031
+ }) : /*#__PURE__*/React__default.createElement(RecordIcon, {
10032
+ size: "xl"
10033
+ })), isInterviewer && endInterview && /*#__PURE__*/React__default.createElement(InterviewButton, {
10030
10034
  text: endInterviewText,
10031
10035
  variant: "end-interview",
10032
10036
  disabled: disabledEndInterview,