From c444724b0f052d5cb5afe5eda5fd320831ed057a 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 0af96b8c..27176b35 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