mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
fix visibility of topbar close on dark theme, fixing https://github.com/vector-im/riot-web/issues/3783
This commit is contained in:
parent
c5f2b69e48
commit
48864b0880
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ module.exports = React.createClass({
|
|||
title="Scroll to unread messages"/>
|
||||
Jump to first unread message.
|
||||
</div>
|
||||
<img className="mx_TopUnreadMessagesBar_close"
|
||||
<img className="mx_TopUnreadMessagesBar_close mx_filterFlipColor"
|
||||
src="img/cancel.svg" width="18" height="18"
|
||||
alt="Close" title="Close"
|
||||
onClick={this.props.onCloseClick} />
|
||||
|
|
Loading…
Reference in a new issue