chore: remove text scaling in emoji mode (#4147)

This commit is contained in:
ggurdin 2025-09-25 14:22:11 -04:00 committed by GitHub
parent 7380e8921e
commit 817e2de081
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -74,6 +74,7 @@ class TokenEmojiButtonState extends State<TokenEmojiButton>
? Text(
emoji,
style: TextStyle(fontSize: buttonSize - 4.0),
textScaler: TextScaler.noScaling,
)
: Icon(
Icons.add_reaction_outlined,