fix: Size of bottomsheet
This commit is contained in:
parent
111d15f86d
commit
f2f90127d8
1 changed files with 1 additions and 1 deletions
|
|
@ -316,7 +316,7 @@ class ChatView extends StatelessWidget {
|
||||||
if (controller.room.canSendDefaultMessages &&
|
if (controller.room.canSendDefaultMessages &&
|
||||||
controller.room.membership == Membership.join)
|
controller.room.membership == Membership.join)
|
||||||
Container(
|
Container(
|
||||||
padding: EdgeInsets.only(
|
margin: EdgeInsets.only(
|
||||||
bottom: bottomSheetPadding,
|
bottom: bottomSheetPadding,
|
||||||
left: bottomSheetPadding,
|
left: bottomSheetPadding,
|
||||||
right: bottomSheetPadding,
|
right: bottomSheetPadding,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue