Skip to content

Commit 13d2959

Browse files
committed
Update PlanCard.tsx
1 parent fd463e8 commit 13d2959

File tree

1 file changed

+1
-0
lines changed
  • packages/clerk-js/src/ui/components/PricingTable

1 file changed

+1
-0
lines changed

packages/clerk-js/src/ui/components/PricingTable/PlanCard.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ export function PlanCard(props: PlanCardProps) {
9797
sx={t => ({
9898
display: 'flex',
9999
alignItems: 'start',
100+
justifyContent: 'space-between',
100101
gap: t.space.$3,
101102
marginBlockEnd: t.space.$3,
102103
})}

0 commit comments

Comments
 (0)