Skip to content

Commit c1a1d53

Browse files
Added reaction details icon (#3959)
1 parent 3680a49 commit c1a1d53

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Sources/StreamChatCommonUI/Appearance+Images.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ public extension Appearance {
120120
public var reactionThumgsDownBig: UIImage = loadImageSafely(with: "reaction_thumbsdown_big")
121121
public var reactionWutSmall: UIImage = loadImageSafely(with: "reaction_wut_small")
122122
public var reactionWutBig: UIImage = loadImageSafely(with: "reaction_wut_big")
123+
124+
public var reactionDetailsShowPicker: UIImage = loadSafely(systemName: "face.smiling")
123125

124126
/// The reactions appearance used to display reactions in the message list.
125127
public var availableReactions: [MessageReactionType: ChatMessageReactionAppearanceType] {

0 commit comments

Comments
 (0)