chore: update emoji button color (#4015)
This commit is contained in:
parent
f9dec3152b
commit
4e3708baa7
1 changed files with 1 additions and 0 deletions
|
|
@ -76,6 +76,7 @@ class TokenEmojiButtonState extends State<TokenEmojiButton>
|
|||
: Icon(
|
||||
Icons.add_reaction_outlined,
|
||||
size: buttonSize - 4.0,
|
||||
color: Theme.of(context).colorScheme.primary,
|
||||
),
|
||||
),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue