From cf8e60aaa1facbd9f29ef8e5dd08e2842483ea70 Mon Sep 17 00:00:00 2001 From: Lemon Date: Wed, 18 Mar 2026 22:07:03 -0700 Subject: [PATCH] Make drawer arc more dramatic and match sidebar background Increases the arc width from 20px to 36px with a deeper curve, and changes fill from background/80 to solid background to match the drawer's actual background color. --- src/components/ui/sheet.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/ui/sheet.tsx b/src/components/ui/sheet.tsx index a69e30e8..a483b676 100644 --- a/src/components/ui/sheet.tsx +++ b/src/components/ui/sheet.tsx @@ -67,11 +67,11 @@ const SheetContent = React.forwardRef< {side === "left" && ( - + )}