We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3680a49 commit c1a1d53Copy full SHA for c1a1d53
1 file changed
Sources/StreamChatCommonUI/Appearance+Images.swift
@@ -120,6 +120,8 @@ public extension Appearance {
120
public var reactionThumgsDownBig: UIImage = loadImageSafely(with: "reaction_thumbsdown_big")
121
public var reactionWutSmall: UIImage = loadImageSafely(with: "reaction_wut_small")
122
public var reactionWutBig: UIImage = loadImageSafely(with: "reaction_wut_big")
123
+
124
+ public var reactionDetailsShowPicker: UIImage = loadSafely(systemName: "face.smiling")
125
126
/// The reactions appearance used to display reactions in the message list.
127
public var availableReactions: [MessageReactionType: ChatMessageReactionAppearanceType] {
0 commit comments