We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 862b48a commit 9d3abbdCopy full SHA for 9d3abbd
lib/widgets/set_status.dart
@@ -328,7 +328,7 @@ class _StatusSuggestionsListEntry extends StatelessWidget {
328
child: Row(
329
spacing: 8,
330
children: [
331
- UserStatusEmoji(emoji: status.emoji!, size: 19),
+ UserStatusEmoji(emoji: status.emoji!, size: 24),
332
Flexible(child: Text(status.text!,
333
style: TextStyle(fontSize: 19, height: 24 / 19),
334
maxLines: 1,
0 commit comments