From 11e6a181adcf446d73176cedbc6765ebc99db61a Mon Sep 17 00:00:00 2001 From: David Hill Date: Thu, 11 Dec 2025 17:52:36 +0000 Subject: fix: free cta --- packages/console/app/src/routes/index.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'packages/console/app/src/routes') diff --git a/packages/console/app/src/routes/index.css b/packages/console/app/src/routes/index.css index 9115b29ff..ae329b98b 100644 --- a/packages/console/app/src/routes/index.css +++ b/packages/console/app/src/routes/index.css @@ -251,10 +251,13 @@ body { [data-slot="cta-button"] { background: var(--color-background-strong); color: var(--color-text-inverted); - padding: 8px 16px; + padding: 8px 16px 8px 10px; border-radius: 4px; font-weight: 500; text-decoration: none; + display: flex; + align-items: center; + gap: 8px; @media (max-width: 55rem) { display: none; -- cgit v1.2.3