update default reactions

This commit is contained in:
Salvatore Giordano
2021-01-04 11:55:30 +01:00
parent d54315cf77
commit fa50372f42
+4 -4
View File
@@ -342,19 +342,19 @@ class StreamChatThemeData {
assetName: 'Icon_love_reaction.svg', assetName: 'Icon_love_reaction.svg',
), ),
ReactionIcon( ReactionIcon(
type: 'thumbs_up', type: 'like',
assetName: 'Icon_thumbs_up_reaction.svg', assetName: 'Icon_thumbs_up_reaction.svg',
), ),
ReactionIcon( ReactionIcon(
type: 'thumbs_down', type: 'sad',
assetName: 'Icon_thumbs_down_reaction.svg', assetName: 'Icon_thumbs_down_reaction.svg',
), ),
ReactionIcon( ReactionIcon(
type: 'lol', type: 'haha',
assetName: 'Icon_LOL_reaction.svg', assetName: 'Icon_LOL_reaction.svg',
), ),
ReactionIcon( ReactionIcon(
type: 'wut', type: 'wow',
assetName: 'Icon_wut_reaction.svg', assetName: 'Icon_wut_reaction.svg',
), ),
], ],