fix emoji sizing

This commit is contained in:
Salvatore Giordano
2021-01-11 12:20:30 +01:00
parent 6e52cc700c
commit 062c38af62
2 changed files with 9 additions and 8 deletions
+1 -4
View File
@@ -63,10 +63,7 @@ class DeletedMessage extends StatelessWidget {
'Message deleted',
style: messageTheme.messageText.copyWith(
fontStyle: FontStyle.italic,
color: (Theme.of(context).brightness == Brightness.dark
? StreamChatTheme.of(context).colorTheme.white
: StreamChatTheme.of(context).colorTheme.black)
.withOpacity(.5),
color: messageTheme.createdAt.color,
),
),
),