add padding to bottom offset (#2715)

zio/stable
Hailey 2024-01-31 12:52:02 -08:00 committed by GitHub
parent 174900596f
commit dfc5a03eb5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ export function Layout({children}: React.PropsWithChildren<{}>) {
? a.py_2xl
: {
paddingTop: a.pt_lg.paddingTop,
paddingBottom: insets.bottom,
paddingBottom: insets.bottom + 10,
},
]}>
<View