From 02542f9ad37befdcad5d974cf97b328391537b1d Mon Sep 17 00:00:00 2001 From: Hailey Date: Mon, 3 Jun 2024 09:24:22 -0700 Subject: [PATCH] adjust padding --- src/components/StarterPack/StarterPackCard.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/StarterPack/StarterPackCard.tsx b/src/components/StarterPack/StarterPackCard.tsx index d74876173d..46e1753f62 100644 --- a/src/components/StarterPack/StarterPackCard.tsx +++ b/src/components/StarterPack/StarterPackCard.tsx @@ -13,7 +13,8 @@ export function StarterPackCard({hideTopBorder}: {hideTopBorder?: boolean}) { style={[ a.flex_row, !hideTopBorder && a.border_t, - a.p_lg, + a.px_xl, + a.py_lg, a.gap_md, t.atoms.border_contrast_low, ]}>