mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 18:25:49 +03:00
ManageEventIndex: Set the button kind to danger.
This commit is contained in:
parent
3073ce5588
commit
251661388a
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue