Restore mx_VoiceMessagePrimaryContainer class

This commit is contained in:
Travis Ralston 2021-06-25 00:10:32 -06:00
parent d724af600f
commit 76caba0385

View file

@ -177,7 +177,7 @@ export default class VoiceRecordComposerTile extends React.PureComponent<IProps,
} }
// only other UI is the recording-in-progress UI // only other UI is the recording-in-progress UI
return <div className="mx_MediaBody mx_VoiceRecordComposerTile_recording"> return <div className="mx_MediaBody mx_VoiceMessagePrimaryContainer mx_VoiceRecordComposerTile_recording">
<LiveRecordingClock recorder={this.state.recorder} /> <LiveRecordingClock recorder={this.state.recorder} />
<LiveRecordingWaveform recorder={this.state.recorder} /> <LiveRecordingWaveform recorder={this.state.recorder} />
</div>; </div>;