Skip to content

Commit

Permalink
Increase space between chat reaction and copy message button (#3403)
Browse files Browse the repository at this point in the history
  • Loading branch information
dharit-tan authored May 23, 2023
1 parent 2cba881 commit 8bf784a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const CopyMessagesButton = ({
style={[
styles.copyPressableContainer,
{
top: messageTop - containerTop + messageHeight + spacing(2.5),
top: messageTop - containerTop + messageHeight + spacing(5),
right: isAuthor ? spacing(6) : undefined,
left: isAuthor ? undefined : spacing(6)
}
Expand Down

0 comments on commit 8bf784a

Please sign in to comment.