From fa50372f4203a2f0080376c2aa2b229284ce63f5 Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Mon, 4 Jan 2021 11:55:30 +0100 Subject: [PATCH] update default reactions --- lib/src/stream_chat_theme.dart | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/src/stream_chat_theme.dart b/lib/src/stream_chat_theme.dart index 60e37b80..ec469f81 100644 --- a/lib/src/stream_chat_theme.dart +++ b/lib/src/stream_chat_theme.dart @@ -342,19 +342,19 @@ class StreamChatThemeData { assetName: 'Icon_love_reaction.svg', ), ReactionIcon( - type: 'thumbs_up', + type: 'like', assetName: 'Icon_thumbs_up_reaction.svg', ), ReactionIcon( - type: 'thumbs_down', + type: 'sad', assetName: 'Icon_thumbs_down_reaction.svg', ), ReactionIcon( - type: 'lol', + type: 'haha', assetName: 'Icon_LOL_reaction.svg', ), ReactionIcon( - type: 'wut', + type: 'wow', assetName: 'Icon_wut_reaction.svg', ), ],