File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,19 +12,19 @@ const Input = React.forwardRef<HTMLInputElement, InputProps>(
12
12
< div
13
13
className = { cn (
14
14
"flex h-10 items-center rounded-md border border-input bg-white pl-3 text-sm ring-offset-background focus-within:ring-1 focus-within:ring-ring focus-within:ring-offset-2" ,
15
- className
15
+ className ,
16
16
) }
17
17
>
18
18
{ icon }
19
19
< input
20
20
{ ...props }
21
21
type = "search"
22
22
ref = { ref }
23
- className = "w-full p-2 placeholder:text-muted-foreground focus-visible:outline-none disabled:cursor-not-allowed disabled:opacity-50"
23
+ className = "w-full p-2 placeholder:text-muted-foreground focus-visible:outline-none disabled:cursor-not-allowed disabled:opacity-50 bg-white "
24
24
/>
25
25
</ div >
26
26
) ;
27
- }
27
+ } ,
28
28
) ;
29
29
Input . displayName = "Input" ;
30
30
You can’t perform that action at this time.
0 commit comments