Skip to content

Commit

Permalink
Update reaction widget color (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
Airyzz authored Aug 10, 2024
1 parent 904d7bd commit afc70db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commet/lib/ui/atoms/emoji_reaction.dart
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class EmojiReaction extends StatelessWidget {

@override
Widget build(BuildContext context) {
var bgColor = material.Theme.of(context).colorScheme.tertiary;
var bgColor = material.Theme.of(context).colorScheme.primary;

if (!highlighted) {
bgColor = material.Theme.of(context).colorScheme.surfaceContainerLow;
Expand Down

0 comments on commit afc70db

Please sign in to comment.