From e6f42ea8b6ed63dec438b5805bf055704c27bd51 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Mon, 27 Apr 2026 15:51:26 +0000 Subject: [PATCH 1/4] fix: align sales form colors with website semantic tokens - Update Textarea component to use semantic tokens (border-line-structure, bg-surface-bg, ring-line-cta, etc.) instead of old shadcn defaults (border-input, bg-background, ring-ring) which resolve to blueish-grey - Update checkbox container border from border-input to border-line-structure - Add accent-line-cta to native checkboxes so checked state uses the site's CTA color instead of browser-default blue - Align border-radius to rounded-[2px] to match Input and Select components Co-authored-by: felixkrrr --- components/ContactSalesForm.tsx | 4 ++-- components/ui/textarea.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/ContactSalesForm.tsx b/components/ContactSalesForm.tsx index a54b4b7fde..435778ff01 100644 --- a/components/ContactSalesForm.tsx +++ b/components/ContactSalesForm.tsx @@ -266,7 +266,7 @@ export function ContactSalesForm() { * )} -
+
{FORM_FIELDS.enterpriseRequirements.options.map((option) => ( diff --git a/components/ui/textarea.tsx b/components/ui/textarea.tsx index f04a655929..ce520a9079 100644 --- a/components/ui/textarea.tsx +++ b/components/ui/textarea.tsx @@ -9,7 +9,7 @@ const Textarea = React.forwardRef< return (