From b7c5391aef0f79f5f876f0505dca4f2aecdb1cfd Mon Sep 17 00:00:00 2001 From: Krille Fear Date: Sat, 20 Nov 2021 08:56:40 +0100 Subject: [PATCH] fix: Public room bottom sheet design --- lib/widgets/public_room_bottom_sheet.dart | 1 + 1 file changed, 1 insertion(+) 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