add padding to bottom offset (#2715)
This commit is contained in:
parent
174900596f
commit
dfc5a03eb5
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ export function Layout({children}: React.PropsWithChildren<{}>) {
|
||||||
? a.py_2xl
|
? a.py_2xl
|
||||||
: {
|
: {
|
||||||
paddingTop: a.pt_lg.paddingTop,
|
paddingTop: a.pt_lg.paddingTop,
|
||||||
paddingBottom: insets.bottom,
|
paddingBottom: insets.bottom + 10,
|
||||||
},
|
},
|
||||||
]}>
|
]}>
|
||||||
<View
|
<View
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue