diff --git a/src/components/sharedComponents/ui/Menu/index.tsx b/src/components/sharedComponents/ui/Menu/index.tsx index 27137f0b..65ff3695 100644 --- a/src/components/sharedComponents/ui/Menu/index.tsx +++ b/src/components/sharedComponents/ui/Menu/index.tsx @@ -23,6 +23,11 @@ export const MenuItem: FC = ({ children, css, ...restProps }) => alignItems="center" backgroundColor="var(--item-background-color)" borderBottom="1px solid var(--item-border-color)" + _last={{ + borderBottom: 'none', + _hover: { borderBottom: 'none' }, + _active: { borderBottom: 'none' }, + }} color="var(--item-color)" columnGap={2} cursor="pointer"