Skip to content

Commit 32e6d68

Browse files
committed
Merge branch 'ts-group-walk-through' of https://github.com/GetStream/stream-chat-react-native into ts-group-walk-through
2 parents 5a3a0c2 + 44062c2 commit 32e6d68

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/components/Message/MessageSimple/MessageContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ export const MessageContent = <
371371
offset={{
372372
left: 10,
373373
right: 10,
374-
top: 25,
374+
top: 0,
375375
}}
376376
openReactionPicker={openReactionPicker}
377377
reactionPickerVisible={reactionPickerVisible}

src/components/Reaction/ReactionPicker.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ export const ReactionPicker = <
112112
latestReactions,
113113
reactionCounts,
114114
reactionPickerVisible,
115-
rpLeft = 30,
116-
rpRight = 10,
115+
rpLeft,
116+
rpRight,
117117
rpTop = 40,
118118
supportedReactions = emojiData,
119119
} = props;

0 commit comments

Comments
 (0)