chore: update emoji button color (#4015)

This commit is contained in:
ggurdin 2025-09-17 14:52:27 -04:00 committed by GitHub
parent f9dec3152b
commit 4e3708baa7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -76,6 +76,7 @@ class TokenEmojiButtonState extends State<TokenEmojiButton>
: Icon(
Icons.add_reaction_outlined,
size: buttonSize - 4.0,
color: Theme.of(context).colorScheme.primary,
),
),
);