diff options
| author | David Hill <[email protected]> | 2025-12-11 17:52:36 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2025-12-11 18:07:14 +0000 |
| commit | 11e6a181adcf446d73176cedbc6765ebc99db61a (patch) | |
| tree | 29a36e0ae511aee1245fc06478f4c94d23b52579 /packages/console/app/src/routes | |
| parent | 4c9208fbf189232a74643a7377a5a7bd53ecdc61 (diff) | |
| download | opencode-11e6a181adcf446d73176cedbc6765ebc99db61a.tar.gz opencode-11e6a181adcf446d73176cedbc6765ebc99db61a.zip | |
fix: free cta
Diffstat (limited to 'packages/console/app/src/routes')
| -rw-r--r-- | packages/console/app/src/routes/index.css | 5 |
1 files changed, 4 insertions, 1 deletions
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; |
