diff options
| author | yxshv <[email protected]> | 2024-04-15 02:20:18 +0530 |
|---|---|---|
| committer | yxshv <[email protected]> | 2024-04-15 02:20:18 +0530 |
| commit | 0a2956436ecc9ad653cd781e20d0ea6d6dc0fd56 (patch) | |
| tree | 4d3292cc947c5f7e67922b5b1012adcb8c888e9c /apps/web/src/components/ui | |
| parent | fix context menu (diff) | |
| download | supermemory-0a2956436ecc9ad653cd781e20d0ea6d6dc0fd56.tar.xz supermemory-0a2956436ecc9ad653cd781e20d0ea6d6dc0fd56.zip | |
everything done
Diffstat (limited to 'apps/web/src/components/ui')
| -rw-r--r-- | apps/web/src/components/ui/drawer.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/src/components/ui/drawer.tsx b/apps/web/src/components/ui/drawer.tsx index 28e8dbdf..8ba01253 100644 --- a/apps/web/src/components/ui/drawer.tsx +++ b/apps/web/src/components/ui/drawer.tsx @@ -53,7 +53,7 @@ const DrawerContent = React.forwardRef< {...props} > {handle && ( - <div className="bg-rgray-4 mx-auto mt-4 h-2 w-[100px] rounded-full " /> + <div className="bg-rgray-4 mx-auto mb-1 h-2 w-[100px] rounded-full " /> )} {children} </DrawerPrimitive.Content> |