Skip to content

Commit 10f35a1

Browse files
committed
fix: menu theme not work at overflowmenu
1 parent 4ea00d3 commit 10f35a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/vc-menu/SubPopupMenu.jsx

+1
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ const SubPopupMenu = {
113113
forceSubMenuRender: PropTypes.looseBool.def(false),
114114
parentUniKeys: PropTypes.array.def(() => []),
115115
parentUniKey: PropTypes.string,
116+
theme: PropTypes.string,
116117
},
117118
{
118119
prefixCls: 'rc-menu',

0 commit comments

Comments
 (0)