diff --git a/lib/pangea/message_token_text/token_emoji_button.dart b/lib/pangea/message_token_text/token_emoji_button.dart index b4dbfb864..449f0d14d 100644 --- a/lib/pangea/message_token_text/token_emoji_button.dart +++ b/lib/pangea/message_token_text/token_emoji_button.dart @@ -74,6 +74,7 @@ class TokenEmojiButtonState extends State ? Text( emoji, style: TextStyle(fontSize: buttonSize - 4.0), + textScaler: TextScaler.noScaling, ) : Icon( Icons.add_reaction_outlined,