Make the sign out button red
This commit is contained in:
parent
9f5a716cc5
commit
7b79dd6be1
2 changed files with 11 additions and 1 deletions
|
@ -263,7 +263,7 @@ export default class UserMenuButton extends React.Component<IProps, IState> {
|
|||
</div>
|
||||
<div className="mx_IconizedContextMenu_optionList">
|
||||
<ul>
|
||||
<li>
|
||||
<li className="mx_UserMenuButton_contextMenu_redRow">
|
||||
<AccessibleButton onClick={this.onSignOutClick}>
|
||||
<span className="mx_IconizedContextMenu_icon mx_UserMenuButton_iconSignOut" />
|
||||
<span>{_t("Sign out")}</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue