From 505abd5495a8139756978c2fa4d7fc54497785ce Mon Sep 17 00:00:00 2001 From: Badi Ifaoui Date: Tue, 16 Jan 2024 15:14:53 +0100 Subject: [PATCH] fix: token gated room & community icons, fix room title input ref --- res/themes/superhero/img/icons/community-room.svg | 4 ++-- res/themes/superhero/img/icons/tokengated-room.svg | 4 ++-- src/components/views/rooms/RoomTile.tsx | 3 ++- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/res/themes/superhero/img/icons/community-room.svg b/res/themes/superhero/img/icons/community-room.svg index 887fc83c37..3d5a10bbc0 100644 --- a/res/themes/superhero/img/icons/community-room.svg +++ b/res/themes/superhero/img/icons/community-room.svg @@ -1,6 +1,6 @@ + - diff --git a/res/themes/superhero/img/icons/tokengated-room.svg b/res/themes/superhero/img/icons/tokengated-room.svg index 2108131a86..0359af6128 100644 --- a/res/themes/superhero/img/icons/tokengated-room.svg +++ b/res/themes/superhero/img/icons/tokengated-room.svg @@ -1,6 +1,6 @@ - + diff --git a/src/components/views/rooms/RoomTile.tsx b/src/components/views/rooms/RoomTile.tsx index 6747a13ddc..b2cc0f0bfc 100644 --- a/src/components/views/rooms/RoomTile.tsx +++ b/src/components/views/rooms/RoomTile.tsx @@ -479,11 +479,12 @@ export class RoomTile extends React.PureComponent { return ( - {({ onFocus, isActive }): ReactElement => ( + {({ onFocus, isActive, ref }): ReactElement => (