Skip to content

Commit a8947fa

Browse files
fix(menu): remove trailing divider from last menu item
1 parent ae04e6c commit a8947fa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/components/sharedComponents/ui/Menu

src/components/sharedComponents/ui/Menu/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export const MenuItem: FC<MenuItemProps> = ({ children, css, ...restProps }) =>
2323
alignItems="center"
2424
backgroundColor="var(--item-background-color)"
2525
borderBottom="1px solid var(--item-border-color)"
26+
_last={{ borderBottom: 'none' }}
2627
color="var(--item-color)"
2728
columnGap={2}
2829
cursor="pointer"

0 commit comments

Comments
 (0)