Skip to content

Commit

Permalink
style: #506 theme custom icon
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxy0551 committed Apr 19, 2023
1 parent b20e3aa commit e513df0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom-icons/generate/special.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module.exports = (pathContentMap) => {
}`;
});

return `.ant-notification, .ant-modal-root, .ant-message, .ant-popover, .ant-alert {${cssContent}
return `.ant-notification, .ant-modal-confirm, .ant-message, .ant-popover, .ant-alert {${cssContent}
}
`;
};
2 changes: 1 addition & 1 deletion theme/dt-theme/default/custom-icons.less
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@
}
}

.ant-notification, .ant-modal-root, .ant-message, .ant-popover, .ant-alert {
.ant-notification, .ant-modal-confirm, .ant-message, .ant-popover, .ant-alert {
.anticon-check-circle svg path {
&:first-child {
d: path("M512 146.375c201.9375 0 365.625 163.6875 365.625 365.625S713.9375 877.625 512 877.625 146.375 713.9375 146.375 512 310.0625 146.375 512 146.375z m193.978125 243.16875a27.421875 27.421875 0 0 0-38.7703125 0.478125l-190.125 194.8078125-102.571875-103.21875-1.74375-1.6171875a27.421875 27.421875 0 0 0-37.1671875 40.275l122.23125 122.9765625 1.7578125 1.63125a27.421875 27.421875 0 0 0 37.321875-1.8140625l209.5453125-214.734375 1.5890625-1.771875a27.421875 27.421875 0 0 0-2.0671875-37.0125z");
Expand Down

0 comments on commit e513df0

Please sign in to comment.