1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-12-07 03:42:20 +03:00

Fix styling on reset button in verification dialog (#7888)

This commit is contained in:
Faye Duxovni
2022-02-24 09:31:14 -05:00
committed by GitHub
parent 8c2dcca48f
commit 36ae0ea49d

View File

@@ -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>