fix: don't underline emoji work token button when token selected (#3843)
This commit is contained in:
parent
0b6e334ed7
commit
728f9efd4c
1 changed files with 1 additions and 1 deletions
|
|
@ -287,7 +287,7 @@ class MessageTokenButtonContent extends StatelessWidget {
|
|||
this.onMatch,
|
||||
});
|
||||
|
||||
TextStyle get _emojiStyle => textStyle.copyWith(
|
||||
TextStyle get _emojiStyle => TextStyle(
|
||||
fontSize: (textStyle.fontSize ?? tokenButtonDefaultFontSize) + 4,
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue