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",