diff options
| author | Hardik Vora <[email protected]> | 2025-10-27 17:31:13 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-10-27 17:31:13 -0700 |
| commit | b1a18e643973279dcca9805faa847cfee9165b50 (patch) | |
| tree | 9746ae73732617b4fae4be669dc9ed647517ba00 /packages | |
| parent | feat: optional posthog intialization (#525) (diff) | |
| download | supermemory-b1a18e643973279dcca9805faa847cfee9165b50.tar.xz supermemory-b1a18e643973279dcca9805faa847cfee9165b50.zip | |
feat: improved add memory UI bits (#502)
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/ui/components/shadcn-io/dropzone.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ui/components/shadcn-io/dropzone.tsx b/packages/ui/components/shadcn-io/dropzone.tsx index a93bd612..4d78d907 100644 --- a/packages/ui/components/shadcn-io/dropzone.tsx +++ b/packages/ui/components/shadcn-io/dropzone.tsx @@ -83,7 +83,7 @@ export const Dropzone = ({ > <Button className={cn( - "relative h-auto w-full flex-col overflow-hidden p-8", + "relative h-auto w-full flex-col overflow-hidden p-8 cursor-pointer", isDragActive && "outline-none ring-1 ring-ring", className, )} |