fix padding repost dialog

This commit is contained in:
Hailey
2024-10-06 10:53:44 -07:00
parent b52f8ced56
commit 9ff35da4e2
@@ -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
@@ -164,7 +164,7 @@ let RepostButton = ({
<ButtonText>{_(msg`Cancel`)}</ButtonText>
</Button>
</View>
</Dialog.Inner>
</Dialog.ScrollableInner>
</Dialog.Outer>
</>
)