Skip to content

Commit

Permalink
fix: avatarmenudivider margins
Browse files Browse the repository at this point in the history
  • Loading branch information
karrui committed Apr 30, 2024
1 parent da41cb3 commit ecbc1d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/templates/AvatarMenu/AvatarMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const AvatarMenuUsername = ({ children }: MenuItemProps): JSX.Element => {
* @preconditions Must be a child of Menu component,
*/
export const AvatarMenuDivider = (): JSX.Element => {
return <MenuDivider aria-hidden borderColor="neutral.300" />
return <MenuDivider my="0.5rem" aria-hidden borderColor="neutral.300" />
}

export interface AvatarMenuProps
Expand Down

0 comments on commit ecbc1d6

Please sign in to comment.