Fix style issues with scroll on report a problem screen (#8906)
This commit is contained in:
parent
2e511f6e02
commit
c3b9285f18
1 changed files with 2 additions and 1 deletions
|
|
@ -43,10 +43,11 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => ({
|
|||
gap: 20,
|
||||
},
|
||||
body: {
|
||||
paddingHorizontal: 20,
|
||||
flex: 1,
|
||||
},
|
||||
content: {
|
||||
gap: 16,
|
||||
paddingHorizontal: 20,
|
||||
},
|
||||
detailsTitle: {
|
||||
...typography('Heading', 200, 'SemiBold'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue