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