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,