From 654a423e41c4382a1305c8243afd63bf66ac78bd Mon Sep 17 00:00:00 2001 From: Krille Date: Thu, 28 Mar 2024 11:45:05 +0100 Subject: [PATCH] chore: Follow up padding --- lib/pages/chat/chat_event_list.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pages/chat/chat_event_list.dart b/lib/pages/chat/chat_event_list.dart index cf0fc5cb5..2d56aa5c0 100644 --- a/lib/pages/chat/chat_event_list.dart +++ b/lib/pages/chat/chat_event_list.dart @@ -44,7 +44,7 @@ class ChatEventList extends StatelessWidget { child: ListView.custom( padding: EdgeInsets.only( top: 16, - bottom: 12, + bottom: 8, left: horizontalPadding, right: horizontalPadding, ),