Skip to content

Commit

Permalink
[fix](@svelteui/core): wrong padding for Menu items
Browse files Browse the repository at this point in the history
  • Loading branch information
BeeMargarida committed Jul 7, 2024
1 parent dfdc0c9 commit b5f9605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/svelteui-core/src/components/Menu/Menu.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default createStyles((theme, { size }: MenuStyleParams) => ({
pointerEvents: 'all',
border: `1px solid ${theme.fn.themeColor('gray', 2)}`,
backgroundColor: theme.colors.white.value,
padding: MENU_PADDING,
padding: `$${MENU_PADDING} !important`,

'& .svelteui-Divider-horizontal': {
margin: `${parseInt(theme.space.xs.value) / 2}px -${MENU_PADDING}px`,
Expand Down

0 comments on commit b5f9605

Please sign in to comment.