merge fixes

Signed-off-by: Sahil Kumar <[email protected]>
This commit is contained in:
Sahil Kumar
2020-12-31 18:53:33 +05:30
parent 6e54d1d2af
commit 328afc44d8
4 changed files with 16 additions and 11 deletions
+1 -1
View File
@@ -825,7 +825,7 @@ class _MessageListViewState extends State<MessageListView> {
child = Swipeable(
onSwipeEnd: () => widget.onMessageSwiped(message),
backgroundIcon: StreamSvgIcon.reply(
color: StreamChatTheme.of(context).accentColor,
color: StreamChatTheme.of(context).colorTheme.accentBlue,
),
child: child,
);