fix a bunch of dark-theme buttons
This commit is contained in:
parent
0c5762b91d
commit
937f13d578
5 changed files with 20 additions and 17 deletions
|
@ -719,7 +719,7 @@ export default class MessageComposerInput extends React.Component {
|
|||
selection={selection} />
|
||||
</div>
|
||||
<div className={className}>
|
||||
<img className="mx_MessageComposer_input_markdownIndicator"
|
||||
<img className="mx_MessageComposer_input_markdownIndicator mx_filterFlipColor"
|
||||
onMouseDown={this.onMarkdownToggleClicked}
|
||||
title={`Markdown is ${this.state.isRichtextEnabled ? 'disabled' : 'enabled'}`}
|
||||
src={`img/button-md-${!this.state.isRichtextEnabled}.png`} />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue