fix: Size of bottomsheet

onboarding
Krille Fear 3 years ago
parent 111d15f86d
commit f2f90127d8

@ -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…
Cancel
Save