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 }) => {
143143 onClose = { hideDeleteConfirmation }
144144 confirmAction = { handleDeleteConfirmation }
145145 closeButtonVariant = "tertiary"
146+ confirmButtonVariant = "danger"
146147 confirmButtonText = { intl . formatMessage ( messages . deleteConfirmationDelete ) }
147148 />
148149 { ! abuseFlagged && (
@@ -152,7 +153,7 @@ const Post = ({ handleAddResponseButton, openRestrictionDialogue }) => {
152153 description = { intl . formatMessage ( messages . reportPostDescription ) }
153154 onClose = { hideReportConfirmation }
154155 confirmAction = { handleReportConfirmation }
155- confirmButtonVariant = "danger "
156+ confirmButtonVariant = "primary "
156157 />
157158 ) }
158159 < HoverCard
You can’t perform that action at this time.
0 commit comments