Skip to content

Commit 5c64ddf

Browse files
authored
feat: update CTA button border radius to 8px (#1757)
Linked issue: [apify-docs/1749](#1749)
1 parent c75d04a commit 5c64ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apify-docs-theme/src/theme/Navbar/CTA/styles.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
height: 4rem;
33
padding: 0.8rem 1.6rem !important;
44
background-color: var(--color-primary-black-action);
5-
border-radius: 2rem;
5+
border-radius: 8px;
66
color: var(--color-neutral-text-on-primary);
77
font-size: 1.6rem;
88
font-weight: 500;

0 commit comments

Comments
 (0)