Fix look of emoji verification (#7133)
This commit is contained in:
parent
365950e366
commit
75c02a641b
3 changed files with 2 additions and 17 deletions
|
@ -113,7 +113,7 @@ export default class VerificationShowSas extends React.Component<IProps, IState>
|
|||
} else {
|
||||
return <div>
|
||||
{ _t("Unable to find a supported verification method.") }
|
||||
<AccessibleButton kind="primary" onClick={this.props.onCancel} className="mx_UserInfo_wideButton">
|
||||
<AccessibleButton kind="primary" onClick={this.props.onCancel}>
|
||||
{ _t('Cancel') }
|
||||
</AccessibleButton>
|
||||
</div>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue