From 8ae8c97b413db8d82addd85d900ec4f9022c8fd9 Mon Sep 17 00:00:00 2001 From: Pupsi28 Date: Tue, 2 Apr 2024 18:10:54 +0200 Subject: [PATCH] made emojis in emoji picker bigger --- lib/view/pages/talk/components/chatBubble.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/view/pages/talk/components/chatBubble.dart b/lib/view/pages/talk/components/chatBubble.dart index 9a4f3e8..f45a987 100644 --- a/lib/view/pages/talk/components/chatBubble.dart +++ b/lib/view/pages/talk/components/chatBubble.dart @@ -246,8 +246,9 @@ class _ChatBubbleState extends State { emojiViewConfig: emojis.EmojiViewConfig( backgroundColor: Theme.of(context).canvasColor, recentsLimit: 67, - emojiSizeMax: 19, + emojiSizeMax: 25, noRecents: const Text('Keine zuletzt verwendeten Emojis'), + columns: 7 ), bottomActionBarConfig: emojis.BottomActionBarConfig( showBackspaceButton: false,