diff --git a/lib/src/chat_info_screen.dart b/lib/src/chat_info_screen.dart index c961b0e0..aad1cd05 100644 --- a/lib/src/chat_info_screen.dart +++ b/lib/src/chat_info_screen.dart @@ -58,7 +58,7 @@ class _ChatInfoScreenState extends State { showOnlineStatus: false, ), ), - SizedBox(height: 15.0), + //SizedBox(height: 4.0), Text( widget.user.name, style: TextStyle(fontSize: 16.0, fontWeight: FontWeight.bold),