hotfix message ui overflow

This commit is contained in:
Salvatore Giordano
2020-03-12 20:58:53 +01:00
parent f39a38b334
commit e54b96a351
5 changed files with 24 additions and 11 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ class ReactionPicker extends StatelessWidget {
@required this.reactionToEmoji,
@required this.message,
@required this.channel,
this.size = 40,
this.size = 30,
}) : super(key: key);
final Map<String, String> reactionToEmoji;