From 24140d583e71a3bc41a930e1980031b57e984cbe Mon Sep 17 00:00:00 2001 From: Charlie Luo Date: Tue, 16 Jun 2026 13:18:10 -0700 Subject: [PATCH] fix(gsApp): fix billing status overlay button spacing Co-authored-by: Claude --- static/gsApp/components/navBillingStatus.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/gsApp/components/navBillingStatus.tsx b/static/gsApp/components/navBillingStatus.tsx index b14fbe813afbad..03db3f6c403d79 100644 --- a/static/gsApp/components/navBillingStatus.tsx +++ b/static/gsApp/components/navBillingStatus.tsx @@ -567,7 +567,7 @@ const Title = styled('h2')` `; const Body = styled('div')` - margin: ${p => p.theme.space.xl}; + padding: ${p => p.theme.space.xl}; font-size: ${p => p.theme.font.size.md}; display: flex; flex-direction: column;