Skip to content

Commit

Permalink
fix:ConfirmDialog: acceptButton's pt don't respect button (#5654)
Browse files Browse the repository at this point in the history
  • Loading branch information
kl-nevermore authored Dec 29, 2023
1 parent 71da6b0 commit 1b47b95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/lib/confirmdialog/ConfirmDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ export const ConfirmDialog = React.memo(
icon: getPropValue('acceptIcon'),
className: classNames(getPropValue('acceptClassName'), cx('acceptButton')),
onClick: accept,
pt: ptm('acceptButton'),
unstyled: props.unstyled,
__parentMetadata: {
parent: metaData
Expand Down

0 comments on commit 1b47b95

Please sign in to comment.