We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a3a0c2 + 44062c2 commit 32e6d68Copy full SHA for 32e6d68
src/components/Message/MessageSimple/MessageContent.tsx
@@ -371,7 +371,7 @@ export const MessageContent = <
371
offset={{
372
left: 10,
373
right: 10,
374
- top: 25,
+ top: 0,
375
}}
376
openReactionPicker={openReactionPicker}
377
reactionPickerVisible={reactionPickerVisible}
src/components/Reaction/ReactionPicker.tsx
@@ -112,8 +112,8 @@ export const ReactionPicker = <
112
latestReactions,
113
reactionCounts,
114
reactionPickerVisible,
115
- rpLeft = 30,
116
- rpRight = 10,
+ rpLeft,
+ rpRight,
117
rpTop = 40,
118
supportedReactions = emojiData,
119
} = props;
0 commit comments