From 4e3708baa7d08e88e161d12dc7c91113fd4ffedf Mon Sep 17 00:00:00 2001 From: ggurdin <46800240+ggurdin@users.noreply.github.com> Date: Wed, 17 Sep 2025 14:52:27 -0400 Subject: [PATCH] chore: update emoji button color (#4015) --- 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 ca1f93089..bd041dbdd 100644 --- a/lib/pangea/message_token_text/token_emoji_button.dart +++ b/lib/pangea/message_token_text/token_emoji_button.dart @@ -76,6 +76,7 @@ class TokenEmojiButtonState extends State : Icon( Icons.add_reaction_outlined, size: buttonSize - 4.0, + color: Theme.of(context).colorScheme.primary, ), ), );