Skip to content

Commit

Permalink
💄 Fix padding of menu item
Browse files Browse the repository at this point in the history
  • Loading branch information
macdonst committed Feb 3, 2021
1 parent 826b9c7 commit 888957a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Menu/Item.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ const Item = ({
])}
css={css`
padding: var(--spectrum-global-dimension-size-85)
var(--spectrum-listitem-padding-right)
var(--spectrum-global-dimension-size-150)
var(--spectrum-global-dimension-size-85)
var(--spectrum-listitem-padding-right);
var(--spectrum-global-dimension-size-150);
margin-bottom: 0px;
`}
role={!isSectionHeading ? 'menuitem' : 'group'}
Expand Down

0 comments on commit 888957a

Please sign in to comment.