From 562d9cbb746a40ca0867a0638155a8c3010e9687 Mon Sep 17 00:00:00 2001 From: otsmr Date: Mon, 3 Nov 2025 00:50:57 +0100 Subject: [PATCH] increase padding --- .../bottom_sheets/all_reactions.bottom_sheet.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/views/chats/chat_messages_components/bottom_sheets/all_reactions.bottom_sheet.dart b/lib/src/views/chats/chat_messages_components/bottom_sheets/all_reactions.bottom_sheet.dart index 8853f02..5292d02 100644 --- a/lib/src/views/chats/chat_messages_components/bottom_sheets/all_reactions.bottom_sheet.dart +++ b/lib/src/views/chats/chat_messages_components/bottom_sheets/all_reactions.bottom_sheet.dart @@ -108,7 +108,7 @@ class _AllReactionsViewState extends State { }, child: Container( padding: const EdgeInsets.symmetric( - vertical: 5, + vertical: 10, horizontal: 30, ), color: Colors.transparent,