Skip to content

Commit

Permalink
Fix padding in repost dialog (#5626)
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyok authored Oct 6, 2024
1 parent b52f8ce commit 0ebf636
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/view/com/util/post-ctrls/RepostButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ let RepostButton = ({
control={dialogControl}
nativeOptions={{preventExpansion: true}}>
<Dialog.Handle />
<Dialog.Inner label={_(msg`Repost or quote post`)}>
<Dialog.ScrollableInner label={_(msg`Repost or quote post`)}>
<View style={a.gap_xl}>
<View style={a.gap_xs}>
<Button
Expand Down Expand Up @@ -164,7 +164,7 @@ let RepostButton = ({
<ButtonText>{_(msg`Cancel`)}</ButtonText>
</Button>
</View>
</Dialog.Inner>
</Dialog.ScrollableInner>
</Dialog.Outer>
</>
)
Expand Down

0 comments on commit 0ebf636

Please sign in to comment.