Skip to content

Commit 3b9e121

Browse files
committed
Make reactions bigger
1 parent 697b11a commit 3b9e121

File tree

1 file changed

+1
-1
lines changed
  • lib/app/layouts/conversation_view/widgets/message/reaction

1 file changed

+1
-1
lines changed

lib/app/layouts/conversation_view/widgets/message/reaction/reaction.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ class ReactionWidgetState extends OptimizedState<ReactionWidget> {
278278
}
279279
final text = Text(
280280
emoji,
281-
style: const TextStyle(fontSize: 14, fontFamily: 'Apple Color Emoji'),
281+
style: const TextStyle(fontSize: 16, fontFamily: 'Apple Color Emoji'),
282282
textAlign: TextAlign.center,
283283
);
284284
// rotate thumbs down to match iOS

0 commit comments

Comments
 (0)