From bf6ae73d39f95de81414a5bffd15f8c92b594384 Mon Sep 17 00:00:00 2001 From: Andy Balaam Date: Wed, 12 Mar 2025 08:04:17 +0000 Subject: [PATCH] White background for 'They do not match' button (#29470) --- src/components/views/verification/VerificationShowSas.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/views/verification/VerificationShowSas.tsx b/src/components/views/verification/VerificationShowSas.tsx index d2d53164d3..2292aad090 100644 --- a/src/components/views/verification/VerificationShowSas.tsx +++ b/src/components/views/verification/VerificationShowSas.tsx @@ -165,12 +165,12 @@ export default class VerificationShowSas extends React.Component } else { confirm = (
- - {_t("encryption|verification|sas_no_match")} - {_t("encryption|verification|sas_match")} + + {_t("encryption|verification|sas_no_match")} +
); }