diff --git a/lib/view/pages/talk/components/chatBubble.dart b/lib/view/pages/talk/components/chatBubble.dart index 0e80bf3..d880f90 100644 --- a/lib/view/pages/talk/components/chatBubble.dart +++ b/lib/view/pages/talk/components/chatBubble.dart @@ -50,7 +50,6 @@ class ChatBubble extends StatefulWidget { } class _ChatBubbleState extends State { - final TextEditingController _emojiInput = TextEditingController(); BubbleStyle getSystemStyle() { return BubbleStyle( @@ -252,7 +251,7 @@ class _ChatBubbleState extends State { emojiViewConfig: emojis.EmojiViewConfig( backgroundColor: Theme.of(context).canvasColor, recentsLimit: 67, - emojiSizeMax: 20, + emojiSizeMax: 19, ), bottomActionBarConfig: emojis.BottomActionBarConfig( showBackspaceButton: false,