Use correct icon for group room deletion and make themeable

Also fix cancel icons to have class mx_filterFlipColor
This commit is contained in:
Luke Barnard 2017-10-26 14:05:58 +01:00
parent 5871a74228
commit eec6ed36cd
7 changed files with 24 additions and 11 deletions

View file

@ -173,7 +173,7 @@ module.exports = withMatrixClient(React.createClass({
<div className="mx_MemberInfo">
<GeminiScrollbar autoshow={true}>
<AccessibleButton className="mx_MemberInfo_cancel"onClick={this._onCancel}>
<img src="img/cancel.svg" width="18" height="18" />
<img src="img/cancel.svg" width="18" height="18" className="mx_filterFlipColor" />
</AccessibleButton>
<div className="mx_MemberInfo_avatar">
{ avatar }