chore: remove text scaling in emoji mode (#4147)
This commit is contained in:
parent
7380e8921e
commit
817e2de081
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue