diff --git a/packages/features/components/timezone-select/TimezoneSelect.tsx b/packages/features/components/timezone-select/TimezoneSelect.tsx index e46741960a..7ae9fbf595 100644 --- a/packages/features/components/timezone-select/TimezoneSelect.tsx +++ b/packages/features/components/timezone-select/TimezoneSelect.tsx @@ -198,7 +198,7 @@ export function TimezoneSelectComponent({ ), menu: (state) => classNames( - "rounded-md bg-default text-sm leading-4 text-default mt-1 border border-subtle", + "rounded-md bg-default text-sm leading-4 text-default mt-1 p-1 border border-subtle", state.selectProps.menuIsOpen && "shadow-dropdown", // Add box-shadow when menu is open timezoneClassNames?.menu && timezoneClassNames.menu(state) ), diff --git a/packages/features/eventtypes/components/tabs/advanced/EventAdvancedTab.tsx b/packages/features/eventtypes/components/tabs/advanced/EventAdvancedTab.tsx index 3163e47752..276551af10 100644 --- a/packages/features/eventtypes/components/tabs/advanced/EventAdvancedTab.tsx +++ b/packages/features/eventtypes/components/tabs/advanced/EventAdvancedTab.tsx @@ -225,7 +225,7 @@ const destinationCalendarComponents = { color="minimal" size="sm" aria-label="edit custom name" - className="hover:stroke-3 hover:text-emphasis py-0! min-w-fit px-0 hover:bg-transparent" + className="hover:stroke-3 hover:text-emphasis py-0! min-w-fit px-1.5 -mr-1.5 hover:bg-transparent" onClick={() => setShowEventNameTip((old) => !old)}> diff --git a/packages/features/shell/SideBar.tsx b/packages/features/shell/SideBar.tsx index bc144dc887..51d14a0fd8 100644 --- a/packages/features/shell/SideBar.tsx +++ b/packages/features/shell/SideBar.tsx @@ -142,7 +142,7 @@ export function SideBar({ bannersHeight, user }: SideBarProps) { {!isPlatformPages && ( -
+