From dfc5a03eb5608aba68aa295082fc7c421f38463e Mon Sep 17 00:00:00 2001 From: Hailey <153161762+haileyok@users.noreply.github.com> Date: Wed, 31 Jan 2024 12:52:02 -0800 Subject: [PATCH] add padding to bottom offset (#2715) --- src/screens/Onboarding/Layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/screens/Onboarding/Layout.tsx b/src/screens/Onboarding/Layout.tsx index 50487c18..b9683999 100644 --- a/src/screens/Onboarding/Layout.tsx +++ b/src/screens/Onboarding/Layout.tsx @@ -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, }, ]}>