From 817e2de081514dc1a0bfac7c040369a029dd5221 Mon Sep 17 00:00:00 2001 From: ggurdin <46800240+ggurdin@users.noreply.github.com> Date: Thu, 25 Sep 2025 14:22:11 -0400 Subject: [PATCH] chore: remove text scaling in emoji mode (#4147) --- lib/pangea/message_token_text/token_emoji_button.dart | 1 + 1 file changed, 1 insertion(+) 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,