From f1042bd1c4741ec7e05a424f8e35068fbb734fe3 Mon Sep 17 00:00:00 2001 From: Kegan Dougal <kegan@matrix.org> Date: Mon, 18 Jan 2016 17:21:28 +0000 Subject: [PATCH] UI tweaks --- src/components/views/rooms/EntityTile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/views/rooms/EntityTile.js b/src/components/views/rooms/EntityTile.js index 08471d0776..268de25e14 100644 --- a/src/components/views/rooms/EntityTile.js +++ b/src/components/views/rooms/EntityTile.js @@ -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> ); }