Fix style issues with scroll on report a problem screen (#8906)

This commit is contained in:
Daniel Espino García 2025-06-16 11:30:58 +02:00 committed by GitHub
parent 2e511f6e02
commit c3b9285f18
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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'),