diff --git a/frontend/components/top_nav/UserMenu/UserMenu.tsx b/frontend/components/top_nav/UserMenu/UserMenu.tsx index fe3bb804a1..89b670d0e5 100644 --- a/frontend/components/top_nav/UserMenu/UserMenu.tsx +++ b/frontend/components/top_nav/UserMenu/UserMenu.tsx @@ -227,7 +227,6 @@ const UserMenu = ({ ...provided, padding: "10px 8px", fontSize: "15px", - borderRadius: "4px", backgroundColor: getOptionBackgroundColor(state), color: COLORS["tooltip-bg"], whiteSpace: "nowrap", @@ -237,6 +236,9 @@ const UserMenu = ({ "&:active": { backgroundColor: COLORS["ui-vibrant-blue-25"], }, + "&:last-child, &:nth-last-of-type(2)": { + borderTop: `1px solid ${COLORS["ui-fleet-black-10"]}`, + }, }), };