fix visibility of topbar close on dark theme, fixing https://github.com/vector-im/riot-web/issues/3783

pull/21833/head
Matthew Hodgson 2017-05-15 01:39:57 +01:00
parent c5f2b69e48
commit 48864b0880
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ module.exports = React.createClass({
title="Scroll to unread messages"/> title="Scroll to unread messages"/>
Jump to first unread message. Jump to first unread message.
</div> </div>
<img className="mx_TopUnreadMessagesBar_close" <img className="mx_TopUnreadMessagesBar_close mx_filterFlipColor"
src="img/cancel.svg" width="18" height="18" src="img/cancel.svg" width="18" height="18"
alt="Close" title="Close" alt="Close" title="Close"
onClick={this.props.onCloseClick} /> onClick={this.props.onCloseClick} />