From 0d81a6055c7ea1cc88d80ab8a6be439c25b93d1f Mon Sep 17 00:00:00 2001 From: Michael Han <107991372+shimmyshimmer@users.noreply.github.com> Date: Thu, 18 Jun 2026 08:48:38 -0700 Subject: [PATCH] Studio: square off the sidebar profile button hover so it isn't a pill (#6443) Switch the sidebar profile button from rounded-full to rounded-[5px] so its hover background is a rounded rectangle instead of a pill. The collapsed icon-only state stays circular. Styling only. --- studio/frontend/src/components/app-sidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/studio/frontend/src/components/app-sidebar.tsx b/studio/frontend/src/components/app-sidebar.tsx index 1f8424ee64..e15b3a0bdf 100644 --- a/studio/frontend/src/components/app-sidebar.tsx +++ b/studio/frontend/src/components/app-sidebar.tsx @@ -1286,7 +1286,7 @@ export function AppSidebar() {