diff --git a/flutter/lib/common/widgets/chat_page.dart b/flutter/lib/common/widgets/chat_page.dart index 76d4eed3e..54ced1009 100644 --- a/flutter/lib/common/widgets/chat_page.dart +++ b/flutter/lib/common/widgets/chat_page.dart @@ -47,7 +47,7 @@ class ChatPage extends StatelessWidget implements PageShape { value: chatModel, child: Container( color: Theme.of(context).scaffoldBackgroundColor, - padding: EdgeInsets.only(top: 14.0, bottom: 14.0, left: 14.0), + padding: EdgeInsets.all(14.0), child: Consumer( builder: (context, chatModel, child) { final currentUser = chatModel.currentUser;