diff options
Diffstat (limited to 'src/components/dms/ActionsWrapper.web.tsx')
-rw-r--r-- | src/components/dms/ActionsWrapper.web.tsx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/components/dms/ActionsWrapper.web.tsx b/src/components/dms/ActionsWrapper.web.tsx index aaffc0cfb..75a9b5278 100644 --- a/src/components/dms/ActionsWrapper.web.tsx +++ b/src/components/dms/ActionsWrapper.web.tsx @@ -85,10 +85,9 @@ export function ActionsWrapper({ a.justify_center, a.flex_row, a.align_center, - a.gap_xs, isFromSelf - ? [a.mr_md, {marginLeft: 'auto'}] - : [a.ml_md, {marginRight: 'auto'}], + ? [a.mr_xs, {marginLeft: 'auto'}, a.flex_row_reverse] + : [a.ml_xs, {marginRight: 'auto'}], ]}> <EmojiReactionPicker message={message} onEmojiSelect={onEmojiSelect}> {({props, state, isNative, control}) => { |