forked from ant-design/ant-design
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: popconfirm support css var (ant-design#45840)
* refactor: popconfirm support css var * Apply suggestions from code review Signed-off-by: MadCcc <[email protected]> * Apply suggestions from code review Signed-off-by: MadCcc <[email protected]> * fix: 补充遗漏的useStyle --------- Signed-off-by: MadCcc <[email protected]> Signed-off-by: MadCcc <[email protected]> Co-authored-by: MadCcc <[email protected]> Co-authored-by: MadCcc <[email protected]>
- Loading branch information
1 parent
5224c05
commit 308d7ca
Showing
5 changed files
with
22 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
import { genCSSVarRegister } from '../../theme/internal'; | ||
import { prepareComponentToken } from '.'; | ||
|
||
export default genCSSVarRegister('Popconfirm', prepareComponentToken); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters