diff --git a/lib/widgets/public_room_bottom_sheet.dart b/lib/widgets/public_room_bottom_sheet.dart index 0af96b8c1..27176b353 100644 --- a/lib/widgets/public_room_bottom_sheet.dart +++ b/lib/widgets/public_room_bottom_sheet.dart @@ -103,6 +103,7 @@ class PublicRoomBottomSheet extends StatelessWidget { children: [ if (profile == null) Container( + height: 156, alignment: Alignment.center, color: Theme.of(context).secondaryHeaderColor, child: snapshot.hasError