diff --git a/src/components/DropdownMenu/DropdownMenu.tsx b/src/components/DropdownMenu/DropdownMenu.tsx index b9cb6d1c..13d2c660 100644 --- a/src/components/DropdownMenu/DropdownMenu.tsx +++ b/src/components/DropdownMenu/DropdownMenu.tsx @@ -4,7 +4,6 @@ import { forwardRef } from 'react' import { CheckmarkIcon } from '~/icons' -import { Box } from '../Box' import { Divider } from '../Divider' import { Text } from '../Text' @@ -46,12 +45,9 @@ export const DropdownMenuItem = ({ }: DropdownMenuPrimitive.DropdownMenuItemProps) => ( - - {children} - + {children} )