diff --git a/apps/app/src/components/ui/input.tsx b/apps/app/src/components/ui/input.tsx index 04ee94af..9fb6f8a7 100644 --- a/apps/app/src/components/ui/input.tsx +++ b/apps/app/src/components/ui/input.tsx @@ -15,7 +15,7 @@ function Input({ className, type, startAddon, endAddon, ...props }: InputProps) type={type} data-slot="input" className={cn( - "file:text-foreground placeholder:text-muted-foreground/60 selection:bg-primary selection:text-primary-foreground bg-input border-input h-9 w-full min-w-0 rounded-md border px-3 py-1 text-base shadow-xs outline-none file:inline-flex file:h-7 file:border-0 file:bg-transparent file:text-sm file:font-medium disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50 md:text-sm", + "file:text-foreground placeholder:text-muted-foreground/60 selection:bg-primary selection:text-primary-foreground bg-input border-border h-9 w-full min-w-0 rounded-md border px-3 py-1 text-base shadow-xs outline-none file:inline-flex file:h-7 file:border-0 file:bg-transparent file:text-sm file:font-medium disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50 md:text-sm", // Inner shadow for depth "shadow-[inset_0_1px_2px_rgba(0,0,0,0.05)]", // Animated focus ring @@ -39,7 +39,7 @@ function Input({ className, type, startAddon, endAddon, ...props }: InputProps) return (
) {