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,