From a7bc33a14b40e47c31773c3821c4803e1187b23f Mon Sep 17 00:00:00 2001 From: Khalid Abdi Date: Wed, 3 Jun 2026 19:08:58 +0300 Subject: [PATCH] Add hairline border to the inset content area SidebarInset (variant=inset) had rounded corners + shadow but no border, so the content card blended into the bg-sidebar backdrop. Add a subtle border (semantic --border token: white/6% dark, black/8% light), scoped to the inset variant to match the existing rounded-xl/shadow. Co-Authored-By: Claude Opus 4.8 --- frontend/components/ui/sidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/components/ui/sidebar.tsx b/frontend/components/ui/sidebar.tsx index f235478..81887f0 100644 --- a/frontend/components/ui/sidebar.tsx +++ b/frontend/components/ui/sidebar.tsx @@ -342,7 +342,7 @@ export function SidebarInset({