File tree Expand file tree Collapse file tree 4 files changed +617
-606
lines changed Expand file tree Collapse file tree 4 files changed +617
-606
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ const Input = React.forwardRef<HTMLInputElement, InputProps>(
1010 return (
1111 < input
1212 className = { cn (
13- "flex h-10 w-full rounded-md border border-input bg-background px-3 py-2 text-base ring-offset-background selection:bg-foreground/10 file:border-0 file:bg-transparent file:font-medium file:text-sm placeholder:text-muted-foreground placeholder:text-sm focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 md:text-sm dark:selection:bg-foreground/20 " ,
13+ "flex h-10 w-full rounded-md border border-input bg-background px-3 py-2 text-base ring-offset-background selection:bg-inverted selection:text-inverted- foreground file:border-0 file:bg-transparent file:font-medium file:text-sm placeholder:text-muted-foreground placeholder:text-sm focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 md:text-sm" ,
1414 className ,
1515 ) }
1616 ref = { ref }
You can’t perform that action at this time.
0 commit comments