mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 19:26:04 +03:00
Fix styling on reset button in verification dialog (#7888)
This commit is contained in:
parent
8c2dcca48f
commit
36ae0ea49d
1 changed files with 3 additions and 1 deletions
|
@ -216,7 +216,9 @@ export default class SetupEncryptionBody extends React.Component<IProps, IState>
|
|||
{ _t("Forgotten or lost all recovery methods? <a>Reset all</a>", null, {
|
||||
a: (sub) => <button
|
||||
onClick={this.onResetClick}
|
||||
className="mx_SetupEncryptionBody_reset_link">{ sub }</button>,
|
||||
className="mx_SetupEncryptionBody_reset_link mx_Dialog_nonDialogButton">
|
||||
{ sub }
|
||||
</button>,
|
||||
}) }
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue