diff --git a/packages/nicolium/src/components/dropdown-menu/dropdown-menu.tsx b/packages/nicolium/src/components/dropdown-menu/dropdown-menu.tsx index e4c52be0d..400e718b7 100644 --- a/packages/nicolium/src/components/dropdown-menu/dropdown-menu.tsx +++ b/packages/nicolium/src/components/dropdown-menu/dropdown-menu.tsx @@ -453,6 +453,7 @@ const DropdownMenu: React.FC = (props) => { items={items} component={component} width={width} + className={className} /> {/* Arrow */} diff --git a/packages/nicolium/src/components/navigation/profile-dropdown.tsx b/packages/nicolium/src/components/navigation/profile-dropdown.tsx index 7c8074cda..63fd70acf 100644 --- a/packages/nicolium/src/components/navigation/profile-dropdown.tsx +++ b/packages/nicolium/src/components/navigation/profile-dropdown.tsx @@ -114,9 +114,9 @@ const ProfileDropdown: React.FC = ({ account, children }) => { }, [account, otherAccountIds.length, features]); return ( - +