Skip to content

Commit

Permalink
fix: menu theme not work at overflowmenu
Browse files Browse the repository at this point in the history
  • Loading branch information
tangjinzhou committed Dec 9, 2020
1 parent 4ea00d3 commit 10f35a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/vc-menu/SubPopupMenu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ const SubPopupMenu = {
forceSubMenuRender: PropTypes.looseBool.def(false),
parentUniKeys: PropTypes.array.def(() => []),
parentUniKey: PropTypes.string,
theme: PropTypes.string,
},
{
prefixCls: 'rc-menu',
Expand Down

0 comments on commit 10f35a1

Please sign in to comment.