Invert composer mode icon
This commit is contained in:
parent
c7dbb5947f
commit
bdaa1acf59
5 changed files with 19 additions and 15 deletions
|
@ -559,7 +559,7 @@ export class MessageComposer extends React.Component<IProps, IState> {
|
|||
showPollsButton={this.state.showPollsButton}
|
||||
showStickersButton={this.showStickersButton}
|
||||
showComposerModeButton={this.state.isWysiwygLabEnabled}
|
||||
isComposerModeToggled={this.state.isRichTextEnabled}
|
||||
isRichTextEnabled={this.state.isRichTextEnabled}
|
||||
onComposerModeClick={this.onRichTextToggle}
|
||||
toggleButtonMenu={this.toggleButtonMenu}
|
||||
showVoiceBroadcastButton={this.state.showVoiceBroadcastButton}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue