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 @@ -143,6 +143,7 @@ const Post = ({ handleAddResponseButton, openRestrictionDialogue }) => {
143
143
onClose = { hideDeleteConfirmation }
144
144
confirmAction = { handleDeleteConfirmation }
145
145
closeButtonVariant = "tertiary"
146
+ confirmButtonVariant = "danger"
146
147
confirmButtonText = { intl . formatMessage ( messages . deleteConfirmationDelete ) }
147
148
/>
148
149
{ ! abuseFlagged && (
@@ -152,7 +153,7 @@ const Post = ({ handleAddResponseButton, openRestrictionDialogue }) => {
152
153
description = { intl . formatMessage ( messages . reportPostDescription ) }
153
154
onClose = { hideReportConfirmation }
154
155
confirmAction = { handleReportConfirmation }
155
- confirmButtonVariant = "danger "
156
+ confirmButtonVariant = "primary "
156
157
/>
157
158
) }
158
159
< HoverCard
You can’t perform that action at this time.
0 commit comments