Skip to content

Commit 726bb87

Browse files
committed
fix(ItemAction): theme support * 2
1 parent c239d29 commit 726bb87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/actions/Menu/Menu.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1982,7 +1982,7 @@ export const ItemsWithActions = (props) => {
19821982
};
19831983

19841984
return (
1985-
<div style={{ padding: '20px', width: '200px' }}>
1985+
<div style={{ padding: '20px', width: '190px' }}>
19861986
<Menu id="menu-with-actions" {...props} onAction={handleAction}>
19871987
<Menu.Item
19881988
key="file1"

0 commit comments

Comments
 (0)