Skip to content

Commit 44062c2

Browse files
author
Dan Carbonell
committed
adjust reaction picker position
1 parent 6184ced commit 44062c2

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)