diff --git a/app/components/search-bar.tsx b/app/components/search-bar.tsx index ba88051d..d043a6c9 100644 --- a/app/components/search-bar.tsx +++ b/app/components/search-bar.tsx @@ -39,10 +39,11 @@ export function SearchBar({
autoSubmit && handleFormChange(e.currentTarget)} > -
+
+
@@ -54,14 +55,22 @@ export function SearchBar({ placeholder="Search" className="w-full" autoFocus={autoFocus} - /> + /> +
+ + + Search +
{showDateFilter ? ( -
-
- +
+
+
-
- +
+
) : null} -
- - - Search - -
) } diff --git a/app/components/ui/button.tsx b/app/components/ui/button.tsx index e7a0e349..603aaa87 100644 --- a/app/components/ui/button.tsx +++ b/app/components/ui/button.tsx @@ -12,12 +12,20 @@ const buttonVariants = cva( variant: { default: 'bg-primary text-primary-foreground hover:bg-primary/90 shadow-sm', + brand: + 'bg-[hsl(var(--palette-green-500))] text-[hsl(var(--palette-cream))] hover:bg-[hsl(var(--palette-green-700))] shadow-sm', + 'brand-soft': + 'bg-[hsl(var(--palette-green-300))] text-[hsl(var(--palette-dark-navy))] hover:bg-[hsl(var(--palette-green-500))] hover:text-[hsl(var(--palette-cream))] shadow-sm', + warm: + 'bg-[hsl(var(--palette-chestnut))] text-[hsl(var(--palette-cream))] hover:bg-[hsl(var(--palette-hot-fire-red))] shadow-sm', destructive: 'bg-destructive text-destructive-foreground hover:bg-destructive/90 shadow-sm', outline: 'border-border bg-card text-foreground hover:bg-muted border', secondary: 'border-border text-foreground hover:bg-muted border bg-transparent', ghost: 'text-foreground hover:bg-muted', + 'ghost-inverse': + 'text-[hsl(var(--palette-cream))] hover:bg-[hsl(var(--palette-cream))/0.15]', link: 'text-primary underline-offset-4 hover:underline', }, size: { @@ -27,6 +35,7 @@ const buttonVariants = cva( lg: 'h-14 px-8 text-base', pill: 'h-10 px-8 text-sm', icon: 'h-10 w-10 p-0', + 'icon-lg': 'h-12 w-12 p-0', }, icon: { true: 'h-10 w-10 rounded-full p-2', diff --git a/app/routes/_app+/_auth+/forgot-password.tsx b/app/routes/_app+/_auth+/forgot-password.tsx index dc831fa8..adde23a8 100644 --- a/app/routes/_app+/_auth+/forgot-password.tsx +++ b/app/routes/_app+/_auth+/forgot-password.tsx @@ -187,7 +187,8 @@ export default function ForgotPasswordRoute() {
setOpen(false)}>
)} -
+
-
+