Skip to content
This repository has been archived by the owner on Jan 31, 2025. It is now read-only.

Commit

Permalink
fix(@air/zephyr): fix menu item title spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
andyhqtran committed Dec 14, 2021
1 parent 69a51a4 commit f1441b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/zephyr/src/RadixMenu/components/RadixMenuItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -236,12 +236,12 @@ export const RadixMenuItem = memo(
tx={{
marginTop: 10,
marginBottom: 8,
paddingX: 10,
paddingX: size === 'small' ? 6 : 8,
color: 'pigeon500',
fontWeight: 'bold',

'&:not(:first-child)': {
marginTop: 24,
marginTop: 12,
},
}}
variant="text-ui-12-uppercase"
Expand Down

0 comments on commit f1441b3

Please sign in to comment.