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 &&
|
||||
controller.room.membership == Membership.join)
|
||||
Container(
|
||||
padding: EdgeInsets.only(
|
||||
margin: EdgeInsets.only(
|
||||
bottom: bottomSheetPadding,
|
||||
left: bottomSheetPadding,
|
||||
right: bottomSheetPadding,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue