fix: Size of bottomsheet

This commit is contained in:
Krille Fear 2021-11-19 14:51:40 +01:00
parent 111d15f86d
commit f2f90127d8

View file

@ -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,