fix dark ui message background

This commit is contained in:
Salvatore Giordano
2020-07-21 11:15:59 +02:00
parent 9c287e02ba
commit 7f9f6e2c04
2 changed files with 14 additions and 4 deletions
+1
View File
@@ -123,6 +123,7 @@ class _VideoAttachmentState extends State<VideoAttachment> {
),
if (widget.attachment.title != null)
Material(
color: widget.messageTheme.messageBackgroundColor,
child: AttachmentTitle(
messageTheme: widget.messageTheme,
attachment: widget.attachment,