From c775ef51e853522304fbe6fcdba19794f65933ce Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Fri, 30 Jan 2026 05:20:52 +0000 Subject: [PATCH 01/19] Update design system palette and components Co-authored-by: me --- app/components/forms.tsx | 35 +-- app/components/ui/button.tsx | 28 +-- app/components/ui/input-otp.tsx | 6 +- app/components/ui/input.tsx | 2 +- app/components/ui/label.tsx | 2 +- app/components/ui/textarea.tsx | 2 +- app/routes/_app+/_marketing+/index.tsx | 289 ++++++++++++++++--------- app/styles/tailwind.css | 115 ++++++---- 8 files changed, 302 insertions(+), 177 deletions(-) diff --git a/app/components/forms.tsx b/app/components/forms.tsx index 326fd2ba..fc386aa4 100644 --- a/app/components/forms.tsx +++ b/app/components/forms.tsx @@ -6,6 +6,7 @@ import { } from 'input-otp' import React, { useId } from 'react' import { Checkbox, type CheckboxProps } from './ui/checkbox.tsx' +import { Icon } from './ui/icon.tsx' import { InputOTP, InputOTPGroup, @@ -30,7 +31,7 @@ export function ErrorList({ return (