diff options
Diffstat (limited to 'src/components/PostControls')
-rw-r--r-- | src/components/PostControls/RepostButton.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/PostControls/RepostButton.tsx b/src/components/PostControls/RepostButton.tsx index 31438c6bd..e09950b49 100644 --- a/src/components/PostControls/RepostButton.tsx +++ b/src/components/PostControls/RepostButton.tsx @@ -145,7 +145,7 @@ let RepostButtonDialogInner = ({ <View style={a.gap_xl}> <View style={a.gap_xs}> <Button - style={[a.justify_start, a.px_md]} + style={[a.justify_start, a.px_md, a.gap_sm]} label={ isReposted ? _(msg`Remove repost`) @@ -167,7 +167,7 @@ let RepostButtonDialogInner = ({ <Button disabled={embeddingDisabled} testID="quoteBtn" - style={[a.justify_start, a.px_md]} + style={[a.justify_start, a.px_md, a.gap_sm]} label={ embeddingDisabled ? _(msg`Quote posts disabled`) |