mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 18:25:49 +03:00
UI tweaks
This commit is contained in:
parent
36616a97a1
commit
f1042bd1c4
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ module.exports = React.createClass({
|
|||
if (this.props.showInviteButton) {
|
||||
inviteButton = (
|
||||
<div className="mx_EntityTile_invite">
|
||||
<img src="img/plus.svg" width="24" height="24" />
|
||||
<img src="img/plus.svg" width="16" height="16" />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue