From 968d3477c212533e2f7ddfe41410307b61705d10 Mon Sep 17 00:00:00 2001 From: mawkone Date: Sun, 14 Jun 2026 13:58:40 -0700 Subject: [PATCH] fix(codebase): fix background color cutting off outer card border radius in file tree header --- .../app/[workspace]/project/[projectId]/(home)/code/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/vibn-frontend/app/[workspace]/project/[projectId]/(home)/code/page.tsx b/vibn-frontend/app/[workspace]/project/[projectId]/(home)/code/page.tsx index 96cedd0a..e17ef31d 100644 --- a/vibn-frontend/app/[workspace]/project/[projectId]/(home)/code/page.tsx +++ b/vibn-frontend/app/[workspace]/project/[projectId]/(home)/code/page.tsx @@ -415,6 +415,7 @@ const railGroupHeader: React.CSSProperties = { zIndex: 10, height: "41px", boxSizing: "border-box", + borderTopLeftRadius: THEME.radius, }; const railGroupTitle: React.CSSProperties = { fontSize: "0.95rem",