From 888e55e4fcfe679b4eaf8f87036c1318937f8b68 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 20 Jun 2024 11:30:41 -0500 Subject: [PATCH] Footer tweaks --- src/screens/StarterPack/Wizard/index.tsx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/screens/StarterPack/Wizard/index.tsx b/src/screens/StarterPack/Wizard/index.tsx index 18f822ba02..727955a575 100644 --- a/src/screens/StarterPack/Wizard/index.tsx +++ b/src/screens/StarterPack/Wizard/index.tsx @@ -416,14 +416,13 @@ function Footer({ style={[ a.border_t, a.align_center, - a.px_md, + a.px_lg, a.pt_xl, a.gap_md, t.atoms.bg, t.atoms.border_contrast_medium, { - height: 190 + bottomInset, - paddingBottom: 20 + bottomInset, + paddingBottom: a.pb_lg.paddingBottom + bottomInset, }, isNative && [ a.border_l, @@ -511,13 +510,13 @@ function Footer({ a.w_full, a.justify_between, a.align_center, - {marginTop: 'auto'}, + isNative ? a.mt_sm : a.mt_md, ]}> {isEditEnabled ? (