made emojis in emoji picker bigger

This commit is contained in:
Lars Neuhaus 2024-04-02 18:10:54 +02:00
parent 65d15ffd4e
commit 8ae8c97b41

View File

@ -246,8 +246,9 @@ class _ChatBubbleState extends State<ChatBubble> {
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,