Restore mx_VoiceMessagePrimaryContainer class

pull/21833/head
Travis Ralston 2021-06-25 00:10:32 -06:00
parent d724af600f
commit 76caba0385
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ export default class VoiceRecordComposerTile extends React.PureComponent<IProps,
}
// 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} />
<LiveRecordingWaveform recorder={this.state.recorder} />
</div>;