Skip to content

Commit cf7b6ab

Browse files
committed
IOS-5300 Use default yellow thumbs up emoji instead of white variant in chat reactions
1 parent d423360 commit cf7b6ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Anytype/Sources/PresentationLayer/Modules/Chat/Subviews/Message/MessageView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ struct MessageView: View {
88
static let attachmentsPadding: CGFloat = 4
99
static let messageHorizontalPadding: CGFloat = 12
1010
static let coordinateSpace = "MessageViewCoordinateSpace"
11-
static let emoji = ["👍🏻", "️️❤️", "😂"]
11+
static let emoji = ["👍", "️️❤️", "😂"]
1212
}
1313

1414
private let data: MessageViewData

0 commit comments

Comments
 (0)