From c8aa868f40a2892f04af86cebe1c34b65d7aaac1 Mon Sep 17 00:00:00 2001 From: rlee1990 Date: Wed, 7 Jun 2023 09:34:54 -0400 Subject: [PATCH] Updated change log --- packages/stream_chat_flutter/CHANGELOG.md | 7 +++++++ .../stream_chat_flutter/lib/src/theme/message_theme.dart | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/packages/stream_chat_flutter/CHANGELOG.md b/packages/stream_chat_flutter/CHANGELOG.md index 0ea80c8f..a7dc01ff 100644 --- a/packages/stream_chat_flutter/CHANGELOG.md +++ b/packages/stream_chat_flutter/CHANGELOG.md @@ -1,3 +1,10 @@ +## Upcoming + +🐞 Fixed + +- [[#1427]](https://github.com/GetStream/stream-chat-flutter/issues/1427) Fixed unable to load asset error for + `packages/stream_chat_flutter/lib/svgs/video_call_icon.svg`. + ## 6.2.0 🐞 Fixed diff --git a/packages/stream_chat_flutter/lib/src/theme/message_theme.dart b/packages/stream_chat_flutter/lib/src/theme/message_theme.dart index 6c35c5e3..b997fd4a 100644 --- a/packages/stream_chat_flutter/lib/src/theme/message_theme.dart +++ b/packages/stream_chat_flutter/lib/src/theme/message_theme.dart @@ -23,7 +23,7 @@ class StreamMessageThemeData with Diagnosticable { this.avatarTheme, this.createdAtStyle, @Deprecated('Use urlAttachmentBackgroundColor instead') - Color? linkBackgroundColor, + Color? linkBackgroundColor, Color? urlAttachmentBackgroundColor, this.urlAttachmentHostStyle, this.urlAttachmentTitleStyle, @@ -102,7 +102,7 @@ class StreamMessageThemeData with Diagnosticable { Color? reactionsBorderColor, Color? reactionsMaskColor, @Deprecated('Use urlAttachmentBackgroundColor instead') - Color? linkBackgroundColor, + Color? linkBackgroundColor, Color? urlAttachmentBackgroundColor, TextStyle? urlAttachmentHostStyle, TextStyle? urlAttachmentTitleStyle,