mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-22 23:11:12 +02:00
Fix styling on reset button in verification dialog (#7888)
This commit is contained in:
parent
8c2dcca48f
commit
36ae0ea49d
@ -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…
x
Reference in New Issue
Block a user