fix padding repost dialog
This commit is contained in:
@@ -90,7 +90,7 @@ let RepostButton = ({
|
|||||||
control={dialogControl}
|
control={dialogControl}
|
||||||
nativeOptions={{preventExpansion: true}}>
|
nativeOptions={{preventExpansion: true}}>
|
||||||
<Dialog.Handle />
|
<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_xl}>
|
||||||
<View style={a.gap_xs}>
|
<View style={a.gap_xs}>
|
||||||
<Button
|
<Button
|
||||||
@@ -164,7 +164,7 @@ let RepostButton = ({
|
|||||||
<ButtonText>{_(msg`Cancel`)}</ButtonText>
|
<ButtonText>{_(msg`Cancel`)}</ButtonText>
|
||||||
</Button>
|
</Button>
|
||||||
</View>
|
</View>
|
||||||
</Dialog.Inner>
|
</Dialog.ScrollableInner>
|
||||||
</Dialog.Outer>
|
</Dialog.Outer>
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user