We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 697b11a commit 3b9e121Copy full SHA for 3b9e121
lib/app/layouts/conversation_view/widgets/message/reaction/reaction.dart
@@ -278,7 +278,7 @@ class ReactionWidgetState extends OptimizedState<ReactionWidget> {
278
}
279
final text = Text(
280
emoji,
281
- style: const TextStyle(fontSize: 14, fontFamily: 'Apple Color Emoji'),
+ style: const TextStyle(fontSize: 16, fontFamily: 'Apple Color Emoji'),
282
textAlign: TextAlign.center,
283
);
284
// rotate thumbs down to match iOS
0 commit comments