You've already forked matrix-react-sdk
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:
@@ -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, {
|
{ _t("Forgotten or lost all recovery methods? <a>Reset all</a>", null, {
|
||||||
a: (sub) => <button
|
a: (sub) => <button
|
||||||
onClick={this.onResetClick}
|
onClick={this.onResetClick}
|
||||||
className="mx_SetupEncryptionBody_reset_link">{ sub }</button>,
|
className="mx_SetupEncryptionBody_reset_link mx_Dialog_nonDialogButton">
|
||||||
|
{ sub }
|
||||||
|
</button>,
|
||||||
}) }
|
}) }
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user