From cd8e6c1e7709364e33ee2ecc56841d5f9b60c7da Mon Sep 17 00:00:00 2001 From: Michael Han <107991372+shimmyshimmer@users.noreply.github.com> Date: Fri, 12 Jun 2026 04:57:28 -0700 Subject: [PATCH] Studio: use px-2.5 for Hub option menu padding (#6249) Swaps the arbitrary px-[10px] on the Hub option menu surface for the standard px-2.5 utility. Both resolve to 10px, so this is a no-op visually and just keeps to the standard spacing scale. --- studio/frontend/src/features/hub/catalog/hub-option-menu.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/studio/frontend/src/features/hub/catalog/hub-option-menu.tsx b/studio/frontend/src/features/hub/catalog/hub-option-menu.tsx index a1542ef5c8..5d7532d2c0 100644 --- a/studio/frontend/src/features/hub/catalog/hub-option-menu.tsx +++ b/studio/frontend/src/features/hub/catalog/hub-option-menu.tsx @@ -185,7 +185,7 @@ export function HubOptionMenu({ collisionPadding={12} onCloseAutoFocus={(event) => event.preventDefault()} className={cn( - "hub-menu-instant menu-soft-surface w-max min-w-[var(--radix-popover-trigger-width)] max-w-[min(var(--radix-popover-content-available-width),calc(100vw-1rem))] rounded-[22px] px-[10px] py-2 ring-0", + "hub-menu-instant menu-soft-surface w-max min-w-[var(--radix-popover-trigger-width)] max-w-[min(var(--radix-popover-content-available-width),calc(100vw-1rem))] rounded-[22px] px-2.5 py-2 ring-0", contentClassName, )} >