File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/discussions/posts/post Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -142,6 +142,7 @@ const Post = ({ handleAddResponseButton, openEmailConfirmation }) => {
142
142
onClose = { hideDeleteConfirmation }
143
143
confirmAction = { handleDeleteConfirmation }
144
144
closeButtonVariant = "tertiary"
145
+ confirmButtonVariant = "danger"
145
146
confirmButtonText = { intl . formatMessage ( messages . deleteConfirmationDelete ) }
146
147
/>
147
148
{ ! abuseFlagged && (
@@ -151,7 +152,7 @@ const Post = ({ handleAddResponseButton, openEmailConfirmation }) => {
151
152
description = { intl . formatMessage ( messages . reportPostDescription ) }
152
153
onClose = { hideReportConfirmation }
153
154
confirmAction = { handleReportConfirmation }
154
- confirmButtonVariant = "danger "
155
+ confirmButtonVariant = "primary "
155
156
/>
156
157
) }
157
158
< HoverCard
You can’t perform that action at this time.
0 commit comments