fix: don't underline emoji work token button when token selected (#3843)

This commit is contained in:
ggurdin 2025-09-02 13:33:13 -04:00 committed by GitHub
parent 0b6e334ed7
commit 728f9efd4c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -287,7 +287,7 @@ class MessageTokenButtonContent extends StatelessWidget {
this.onMatch,
});
TextStyle get _emojiStyle => textStyle.copyWith(
TextStyle get _emojiStyle => TextStyle(
fontSize: (textStyle.fontSize ?? tokenButtonDefaultFontSize) + 4,
);