Skip to content

Commit

Permalink
fix: switch to marginY instead of my syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacwashere committed Dec 15, 2021
1 parent 34a8c5d commit 2bc872f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/zephyr/src/RadixMenu/components/RadixMenuItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ export const RadixMenuItem = memo(
);
}

if ('divider' in renderProps) return <RadixMenuItemDivider tx={{ my: 0 }} />;
if ('divider' in renderProps) return <RadixMenuItemDivider tx={{ marginY: 0 }} />;

if (!!subOptions && subOptions.length) {
return (
Expand Down

0 comments on commit 2bc872f

Please sign in to comment.