ManageEventIndex: Set the button kind to danger.
							parent
							
								
									3073ce5588
								
							
						
					
					
						commit
						251661388a
					
				|  | @ -139,7 +139,7 @@ export default class ManageEventIndex extends React.Component { | |||
| 
 | ||||
|         const buttons = ( | ||||
|             <div className="mx_Dialog_buttons"> | ||||
|                 <AccessibleButton kind="secondary" onClick={this._onDisable}> | ||||
|                 <AccessibleButton kind="danger" onClick={this._onDisable}> | ||||
|                     {_t("Disable")} | ||||
|                 </AccessibleButton> | ||||
|                 <AccessibleButton kind="primary" onClick={this._onDone}> | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Damir Jelić
						Damir Jelić