update search icon(s)

This commit is contained in:
Bruno Windels 2018-11-05 13:07:49 +01:00
parent c6751e25e0
commit 3cd32e2f44
5 changed files with 17 additions and 37 deletions

View file

@ -382,7 +382,7 @@ module.exports = React.createClass({
if (this.props.onSearchClick && this.props.inRoom) {
searchButton =
<AccessibleButton className="mx_RoomHeader_button" onClick={this.props.onSearchClick} title={_t("Search")}>
<TintableSvg src="img/icons-search.svg" width="35" height="35" />
<TintableSvg src="img/icons-search.svg" width="16" height="16" />
</AccessibleButton>;
}