diff --git a/apps/infoalloggi/src/components/custom_ui/input.tsx b/apps/infoalloggi/src/components/custom_ui/input.tsx index 89e27ea..d6eaf01 100644 --- a/apps/infoalloggi/src/components/custom_ui/input.tsx +++ b/apps/infoalloggi/src/components/custom_ui/input.tsx @@ -11,7 +11,7 @@ const Input = forwardRef( type={type} {...props} className={cn( - `w-full rounded-lg border border-border bg-background px-3 py-2 font-medium text-primary shadow-xs outline-hidden transition-all duration-200 file:border-0 file:bg-transparent file:font-medium file:text-sm placeholder:text-muted-foreground hover:border-muted-foreground focus:border-foreground focus:ring-foreground disabled:cursor-not-allowed disabled:opacity-50 dark:border-input dark:bg-input/30 dark:hover:bg-input/50`, + `w-full rounded-lg border border-border bg-background px-3 py-2 font-medium text-primary shadow-xs outline-hidden transition-all duration-200 file:border-0 file:bg-transparent file:font-medium file:text-sm placeholder:text-muted-foreground hover:border-muted-foreground focus:border-foreground focus:ring-foreground disabled:cursor-not-allowed disabled:opacity-50 dark:border-input dark:bg-input/30 dark:hover:border-muted-foreground dark:hover:bg-input/50`, className, )} /> diff --git a/apps/infoalloggi/src/components/custom_ui/textarea.tsx b/apps/infoalloggi/src/components/custom_ui/textarea.tsx index 12d9d1d..7141bc6 100644 --- a/apps/infoalloggi/src/components/custom_ui/textarea.tsx +++ b/apps/infoalloggi/src/components/custom_ui/textarea.tsx @@ -8,7 +8,7 @@ const Textarea = forwardRef( return (