more consistent visual secondary button spacing

This commit is contained in:
lynx
2024-09-01 04:21:07 -05:00
parent e1e1872996
commit 274c874ac0

View File

@@ -20,7 +20,7 @@ export function CtaSecondaryButton({
<Link
href={href}
className={clsx(
'noise with-rounded-2px-border-images inline-flex min-w-52 cursor-pointer flex-row items-center justify-center gap-x-2 overflow-hidden rounded-xl px-3 py-2',
'noise with-rounded-2px-border-images inline-flex min-w-52 cursor-pointer flex-row items-center justify-center gap-x-2.5 overflow-hidden rounded-xl px-3 py-2',
'bg-[#213448]/40 [--border-image:linear-gradient(to_bottom,hsl(210_22%_37%/40%),hsl(220_7%_68%/0%)75%)]'
)}
>