Skip to content

Commit

Permalink
fix: Tag with Popover/Popconfirm should not affect style (ant-design#…
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 authored Sep 7, 2023
1 parent d266ca2 commit 875ef97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/popconfirm/style/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,7 @@ export default genComponentStyleHook(
zIndexPopup: zIndexPopupBase + 60,
};
},
{
resetStyle: false,
},
);
1 change: 1 addition & 0 deletions components/popover/style/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ export default genComponentStyleHook(
zIndexPopup: token.zIndexPopupBase + 30,
}),
{
resetStyle: false,
deprecatedTokens: [['width', 'minWidth']],
},
);

0 comments on commit 875ef97

Please sign in to comment.