fix: Size of bottomsheet

onboarding
Krille Fear 4 years ago
parent 111d15f86d
commit f2f90127d8

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