Skip to content

Commit b5f9605

Browse files
committed
[fix](@svelteui/core): wrong padding for Menu items
1 parent dfdc0c9 commit b5f9605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelteui-core/src/components/Menu/Menu.styles.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export default createStyles((theme, { size }: MenuStyleParams) => ({
7777
pointerEvents: 'all',
7878
border: `1px solid ${theme.fn.themeColor('gray', 2)}`,
7979
backgroundColor: theme.colors.white.value,
80-
padding: MENU_PADDING,
80+
padding: `$${MENU_PADDING} !important`,
8181

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

0 commit comments

Comments
 (0)