diff options
| author | Dhravya <[email protected]> | 2024-07-01 20:32:50 -0500 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-07-01 20:32:50 -0500 |
| commit | 46dfc3b4e7ac5958251401a670c1f4cff49706bb (patch) | |
| tree | f9baefd7dfd4cac46ef09cfc8349131e6235dfe1 /packages | |
| parent | spaces function (diff) | |
| download | supermemory-46dfc3b4e7ac5958251401a670c1f4cff49706bb.tar.xz supermemory-46dfc3b4e7ac5958251401a670c1f4cff49706bb.zip | |
shareable spaces
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/ui/shadcn/input.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ui/shadcn/input.tsx b/packages/ui/shadcn/input.tsx index dde0add0..9d459d9f 100644 --- a/packages/ui/shadcn/input.tsx +++ b/packages/ui/shadcn/input.tsx @@ -11,7 +11,7 @@ const Input = React.forwardRef<HTMLInputElement, InputProps>( <input type={type} className={cn( - "flex h-10 w-full rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background file:border-0 file:bg-transparent file:text-sm file:font-medium placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50", + "flex h-10 w-full rounded-md border-2 border-border bg-background px-3 py-2 text-sm ring-offset-background file:border-0 file:bg-transparent file:text-sm file:font-medium placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50", className, )} ref={ref} |