From 36ae0ea49dce75c46a69605d5897d8ac28047c8b Mon Sep 17 00:00:00 2001 From: Faye Duxovni Date: Thu, 24 Feb 2022 09:31:14 -0500 Subject: [PATCH] Fix styling on reset button in verification dialog (#7888) --- src/components/structures/auth/SetupEncryptionBody.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/structures/auth/SetupEncryptionBody.tsx b/src/components/structures/auth/SetupEncryptionBody.tsx index b18c56768c..8783ae3f58 100644 --- a/src/components/structures/auth/SetupEncryptionBody.tsx +++ b/src/components/structures/auth/SetupEncryptionBody.tsx @@ -216,7 +216,9 @@ export default class SetupEncryptionBody extends React.Component { _t("Forgotten or lost all recovery methods? Reset all", null, { a: (sub) => , + className="mx_SetupEncryptionBody_reset_link mx_Dialog_nonDialogButton"> + { sub } + , }) }