Set Buy button to 8px radius (design contract)

The primary buy CTA used a 999px pill radius; the brand contract reserves pill
radius for badges and specifies 8px (r-md) for buttons.
This commit is contained in:
Grant
2026-06-18 08:03:26 -05:00
parent b7eb9e0e4a
commit 434d809c95
+1 -1
View File
@@ -387,7 +387,7 @@ pre.code .p { color:rgba(245,241,232,0.55); }
.tier-card .tier-buy-cta {
display:block; margin-top:auto;
align-self:stretch; text-align:center;
padding:12px 22px; border-radius:999px;
padding:12px 22px; border-radius:8px;
background:var(--navy-950); color:var(--cream-50);
font-family:var(--font-display); font-weight:600; font-size:14px;
letter-spacing:-0.005em; text-decoration:none;