From b71b91c9111d456bdf7fc33b147ba51d911df8c0 Mon Sep 17 00:00:00 2001 From: James Ritchie Date: Mon, 20 Nov 2023 11:15:49 +0000 Subject: [PATCH] Small pricing tier margin tweaks --- .../app/components/billing/PricingTiers.tsx | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/apps/webapp/app/components/billing/PricingTiers.tsx b/apps/webapp/app/components/billing/PricingTiers.tsx index 659f03fc6..cdb2a0c6d 100644 --- a/apps/webapp/app/components/billing/PricingTiers.tsx +++ b/apps/webapp/app/components/billing/PricingTiers.tsx @@ -12,7 +12,14 @@ export function PricingTiers({ className?: string; }) { return ( -
{children}
+
+ {children} +
); } @@ -24,7 +31,7 @@ export function TierFree() { -