Skip to content

Commit 5480f8f

Browse files
author
刘欢
committed
feat: dm-plain-anchor -> getPrefixCls('plain-anchor')
1 parent 73d7bab commit 5480f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/popup/popup.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ export const Popup: FC<PopupProps> = p => {
145145
<a
146146
className={classNames(
147147
`${prefixCls}-close-icon`,
148-
'adm-plain-anchor'
148+
getPrefixCls('plain-anchor')
149149
)}
150150
onClick={() => {
151151
props.onClose?.()

0 commit comments

Comments
 (0)