fix: Public room bottom sheet design
This commit is contained in:
parent
38fe0cfeb9
commit
b7c5391aef
1 changed files with 1 additions and 0 deletions
|
|
@ -103,6 +103,7 @@ class PublicRoomBottomSheet extends StatelessWidget {
|
||||||
children: [
|
children: [
|
||||||
if (profile == null)
|
if (profile == null)
|
||||||
Container(
|
Container(
|
||||||
|
height: 156,
|
||||||
alignment: Alignment.center,
|
alignment: Alignment.center,
|
||||||
color: Theme.of(context).secondaryHeaderColor,
|
color: Theme.of(context).secondaryHeaderColor,
|
||||||
child: snapshot.hasError
|
child: snapshot.hasError
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue