From a4c7db65cb5ad52e1ada152f0d7dbe35d52ad2f3 Mon Sep 17 00:00:00 2001 From: Hailey Date: Fri, 14 Jun 2024 14:18:55 -0700 Subject: [PATCH] use px_lg --- src/components/StarterPack/Wizard/WizardFeedCard.tsx | 2 +- src/components/StarterPack/Wizard/WizardProfileCard.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/StarterPack/Wizard/WizardFeedCard.tsx b/src/components/StarterPack/Wizard/WizardFeedCard.tsx index cf93aefbd2..4640aead9a 100644 --- a/src/components/StarterPack/Wizard/WizardFeedCard.tsx +++ b/src/components/StarterPack/Wizard/WizardFeedCard.tsx @@ -44,7 +44,7 @@ export function WizardFeedCard({ style={[ a.flex_row, a.align_center, - a.px_md, + a.px_lg, a.py_sm, a.gap_md, a.border_b, diff --git a/src/components/StarterPack/Wizard/WizardProfileCard.tsx b/src/components/StarterPack/Wizard/WizardProfileCard.tsx index a97f119014..270a81c6a3 100644 --- a/src/components/StarterPack/Wizard/WizardProfileCard.tsx +++ b/src/components/StarterPack/Wizard/WizardProfileCard.tsx @@ -45,7 +45,7 @@ export function WizardProfileCard({ style={[ a.flex_row, a.align_center, - a.px_md, + a.px_lg, a.py_sm, a.gap_md, a.border_b,